aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
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 c44726e..1b2ea4e 100644
--- a/view.h
+++ b/view.h
@@ -196,4 +196,7 @@ Cursor *view_cursors_column(View*, int column);
/* get next cursor (i.e. on another line) in zero based column */
Cursor *view_cursors_column_next(Cursor*, int column);
+bool view_style_define(View*, enum UiStyle, const char *style);
+void view_style(View*, enum UiStyle, size_t start, size_t end);
+
#endif