mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
Problem: When setting a shell size smaller than the containing
terminal window through `:winsize` or `:set lines/columns`
the screen is not properly cleared.
Solution: Clear the tui dimensions rather than the grid dimensions.