mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
multigrid: Change screen_* functions to grid_* functions
This commit is contained in:

committed by
Björn Linse

parent
c9b559a030
commit
f102f50ebe
@@ -1183,6 +1183,8 @@ struct window_S {
|
||||
int w_tagstackidx; /* idx just below active entry */
|
||||
int w_tagstacklen; /* number of tags on stack */
|
||||
|
||||
ScreenGrid w_grid; // the grid specific to the window
|
||||
|
||||
/*
|
||||
* w_fraction is the fractional row of the cursor within the window, from
|
||||
* 0 at the top row to FRACTION_MULT at the last row.
|
||||
|
Reference in New Issue
Block a user