fvim icon indicating copy to clipboard operation
fvim copied to clipboard

Blank window on neovim 0.92

Open meluskyc opened this issue 1 year ago • 4 comments

neovim 0.92 had some changes that break the fvim UI.

grid_line now passes a wrap boolean. I'm guessing this is only useful for the TUI since I don't see neovide or other GUIs handling this yet. Unfortunately, this breaks pattern matching of the event. https://github.com/neovim/neovim/commit/981acc2922ce9a5f214ba14acbb1e444748855f2

grid_line can also send a cell with a repeat count of zero now. I don't think fvim does anything when cell.repeat is zero, so I'm not sure any changes are required for this.

meluskyc avatar Sep 18 '23 17:09 meluskyc

blank screen for me too

jeremy-coleman avatar Sep 25 '23 07:09 jeremy-coleman

same problem

lost22git avatar Nov 05 '23 00:11 lost22git

Same problem here too.

kceiw avatar Nov 10 '23 20:11 kceiw

Same problem. And your @meluskyc fixes #264 works fine in my case. Thank you.

anosatsuk124 avatar Dec 02 '23 22:12 anosatsuk124

Should be fixed with #264

yatli avatar Mar 23 '24 10:03 yatli