-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering glitches -- font glyphs drawn out of the cell bounds #164
Comments
Hi @jdhao thanks for reporting. I've been bugged by this too and it's font-specific. A potential workaround is I've yet to find a solution to this. Sometimes I adjust it so that it's good for one font but another breaks 😂 |
I am using |
Could you capture a screenshot? If that doesn't work it may be a different issue. |
@yatli sorry, I was doing it wrongly. I was using what is the difference between using the double quote and no double quote? I thought wrongly that they are the same... Fvim did not give any error when I omit the double quote. |
See also yatli/fvim#164.
It's number vs string :)
Cannot distinguish the two with numbers. |
@jdhao should be fixed now |
Thanks, will try tomorrow. |
@yatli It seems that this commit hasn't been included in the latest release. |
try 0.2.306 😅 |
@yatli The newest release seems to have fixed the rendering glitch. Tried with |
glad it really works! |
Version 0.2 is reaching a stable state. |
I am using fvim on Windows 10. I have noticed that fvim will show some glitches when I close another neovim window.
Steps to reproduce:
fvim -u NORC test.py
:h help
.:quit
.Notice carefully that the previous fvim window has some noticeable glitches on the screen. Of course, using
Ctrl-L
will redraw the screen and clear them. But it is a little annoying.P.S.: I can not reproduce this behavior when using nvim-qt using the same steps.
The text was updated successfully, but these errors were encountered: