From d81c8d760848899dccd6f1a7e47cedb8c3afb0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 13 Jan 2016 10:12:38 +0100 Subject: vis: add infrastructure to support per window key bindings --- vis-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-core.h') 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 */ }; -- cgit v1.2.3