Skip to content

Commit

Permalink
chore: remove event ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Jan 9, 2024
1 parent 0271500 commit af3a032
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/kitty-scrollback/launch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,7 @@ M.launch = function()
vim.o.columns = min_cols
end
vim.schedule(function()
vim.opt.eventignore:append('all')
ksb_kitty_cmds.get_text_term(kitty_data, get_text_opts, function()
vim.opt.eventignore:remove('all')
-- NOTE(#58): nvim v0.9 support
-- vim.o.columns is resized automatically in nvim v0.9.1 when we trigger kitty so send a SIGWINCH signal
-- vim.o.columns is explicitly set to resize appropriatley on v0.9.0
Expand Down

0 comments on commit af3a032

Please sign in to comment.