aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-04-07 13:05:18 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-04-07 13:09:25 +0200
commit515c3e272950e88be6e6d24b147d3f82ffb2d99a (patch)
treef7a8ae1fcffec06563c75ecdbab7b38beffe62b5 /editor.h
parente0b0042619a0857c57b049dcc0d7e590a0fc0d2c (diff)
downloadvis-515c3e272950e88be6e6d24b147d3f82ffb2d99a.tar.gz
vis-515c3e272950e88be6e6d24b147d3f82ffb2d99a.tar.xz
Set '< and '> marks
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 */