From 4d7c630ff37fd0609aa58f60d6bd08fe53e57533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 22 Apr 2015 10:51:27 +0200 Subject: More renaming vis->win->view instead of vis->win->win --- editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor.h') 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 */ -- cgit v1.2.3