mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
:terminal : set topline based on window height #8325
closes #8324 closes #8556
This commit is contained in:

committed by
Justin M. Keyes

parent
28f87c505d
commit
894f6bee54
@@ -1063,7 +1063,7 @@ struct window_S {
|
||||
int w_width; /* Width of window, excluding separation. */
|
||||
int w_vsep_width; /* Number of separator columns (0 or 1). */
|
||||
|
||||
// inner size of window, which can be overriden by external UI
|
||||
// inner size of window, which can be overridden by external UI
|
||||
int w_height_inner;
|
||||
int w_width_inner;
|
||||
// external UI request. If non-zero, the inner size will use this.
|
||||
|
Reference in New Issue
Block a user