mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 21:55:36 +10:00
wp->w_height_inner now contains the "inner" size, regardless if the window has been drawn yet or not. It should be used instead of wp->w_grid.Rows, for stuff that is not directly related to accessing the allocated grid memory, such like cursor movement and terminal size