mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +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.
(cherry picked from commit 197827321a)