aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 6554410..3093a92 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -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 */
};