From 277c6b4897e11a5449fc1cfab3ab6e83307a7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Oct 2015 13:47:36 +0200 Subject: view: cleanup option handling --- view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view.h') 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 -- cgit v1.2.3