aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-04-22 10:51:27 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-04-22 10:51:27 +0200
commit4d7c630ff37fd0609aa58f60d6bd08fe53e57533 (patch)
treea09bc1c2ee693fefd9e01303282073572e7d3168 /editor.h
parent5fd810ecfe499e10841b1d428241eb4040f83759 (diff)
downloadvis-4d7c630ff37fd0609aa58f60d6bd08fe53e57533.tar.gz
vis-4d7c630ff37fd0609aa58f60d6bd08fe53e57533.tar.xz
More renaming vis->win->view instead of vis->win->win
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 49bb89b..5d038c1 100644
--- a/editor.h
+++ b/editor.h
@@ -207,7 +207,7 @@ struct EditorWin {
Editor *editor; /* editor instance to which this window belongs */
UiWin *ui;
File *file; /* file being displayed in this window */
- Win *win; /* window for the text area */
+ Win *view; /* currently displayed part of underlying text */
ViewEvent events;
RingBuffer *jumplist; /* LRU jump management */
ChangeList changelist; /* state for iterating through least recently changes */