aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view.h b/view.h
index 9a1fb76..4d473aa 100644
--- a/view.h
+++ b/view.h
@@ -375,6 +375,8 @@ bool view_style_define(View*, enum UiStyle, const char *style);
/** Apply a style to a text range. */
void view_style(View*, enum UiStyle, size_t start, size_t end);
+char *view_symbol_eof_get(View*);
+
/** @} */
#endif