mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
multigrid: Add win_position event
Throttle win_position events
This commit is contained in:

committed by
Björn Linse

parent
01555de2da
commit
d5754eae02
@@ -1184,6 +1184,7 @@ struct window_S {
|
||||
int w_tagstacklen; /* number of tags on stack */
|
||||
|
||||
ScreenGrid w_grid; // the grid specific to the window
|
||||
bool w_pos_changed; // true if window position changed
|
||||
|
||||
/*
|
||||
* w_fraction is the fractional row of the cursor within the window, from
|
||||
|
Reference in New Issue
Block a user