diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2024-05-12 11:28:56 -0600 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-05-21 20:21:46 -0600 |
| commit | 54b3babf49ac75fce78815ae1d7a19f3def69660 (patch) | |
| tree | 2808906457e0e09abeac6301ff874b887ae41695 /view.h | |
| parent | 06d7681cfffbc3e982fe192db4190f124b2b0848 (diff) | |
| download | vis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.gz vis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.xz | |
replace UiTermWin with UiWin & remove function pointers
Diffstat (limited to 'view.h')
| -rw-r--r-- | view.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -357,13 +357,10 @@ bool view_regions_save(View*, Filerange*, SelectionRegion*); * @{ */ void view_options_set(View*, enum UiOption options); -enum UiOption view_options_get(View*); 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); -/** Define a display style. */ -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); |
