aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-12 13:47:36 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-14 10:33:26 +0200
commit277c6b4897e11a5449fc1cfab3ab6e83307a7989 (patch)
treea8b34ab47c11dfd9995ef03d9fae1613dde2be67 /view.h
parent9e391f5e3b2baaee0bf73e5273daf84be8a76ce2 (diff)
downloadvis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.gz
vis-277c6b4897e11a5449fc1cfab3ab6e83307a7989.tar.xz
view: cleanup option handling
Diffstat (limited to 'view.h')
-rw-r--r--view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/view.h b/view.h
index 42b05c8..8fbb15c 100644
--- a/view.h
+++ b/view.h
@@ -97,6 +97,9 @@ Syntax *view_syntax_get(View*);
void view_symbols_set(View*, int flags);
int view_symbols_get(View*);
+void view_options_set(View*, enum UiOption options);
+enum UiOption view_options_get(View*);
+
/* A view can manage multiple cursors, one of which (the main cursor) is always
* placed within the visible viewport. All functions named view_cursor_* operate
* on this cursor. Additional cursor can be created and manipulated using the