diff options
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -358,6 +358,8 @@ void view_options_set(View*, enum UiOption options); enum UiOption view_options_get(View*); void view_colorcolumn_set(View*, int col); int view_colorcolumn_get(View*); +void view_wrapcolumn_set(View*, int col); +bool view_breakat_set(View*, const char *breakat); /** Set how many spaces are used to display a tab `\t` character. */ void view_tabwidth_set(View*, int tabwidth); |
