aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index c78a5ee..b83fd13 100644
--- a/editor.h
+++ b/editor.h
@@ -98,6 +98,7 @@ struct EditorWin {
UiWin *ui;
VisText *text; /* underlying text management */
Win *win; /* window for the text area */
+ ViewEvent events;
RingBuffer *jumplist; /* LRU jump management */
ChangeList changelist; /* state for iterating through least recently changes */
EditorWin *prev, *next; /* neighbouring windows */