jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

When I change the size of the font in settings everything vanish #6

Closed francoisGuerret closed 6 years ago

francoisGuerret commented 6 years ago

In full screen mode, when changing the font size, all the characters disappear.

jeanguyomarch commented 6 years ago

Okay, can reproduce in full screen and maximized window. It seems to also yield to segfaults in some cases. This will be a bit tedious to fix, as a font change currently triggers a window resize to adapt to the new cells' dimensions. But in these cases, since the window can't be resized, things go nuts.