mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
api/ui: win_viewport event for visible range and cursor position in window
This commit is contained in:
@@ -1190,6 +1190,8 @@ struct window_S {
|
||||
to adjust w_valid */
|
||||
colnr_T w_valid_leftcol; /* last known w_leftcol */
|
||||
|
||||
bool w_viewport_invalid;
|
||||
|
||||
/*
|
||||
* w_cline_height is the number of physical lines taken by the buffer line
|
||||
* that the cursor is on. We use this to avoid extra calls to plines().
|
||||
|
Reference in New Issue
Block a user