diff options
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ struct Win { View *view; /* currently displayed part of underlying text */ RingBuffer *jumplist; /* LRU jump management */ ChangeList changelist; /* state for iterating through least recently changes */ + Mode modes[VIS_MODE_LAST]; /* overlay mods used for per window key bindings */ Win *prev, *next; /* neighbouring windows */ }; |
