aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-05-12 11:28:56 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-21 20:21:46 -0600
commit54b3babf49ac75fce78815ae1d7a19f3def69660 (patch)
tree2808906457e0e09abeac6301ff874b887ae41695 /view.h
parent06d7681cfffbc3e982fe192db4190f124b2b0848 (diff)
downloadvis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.gz
vis-54b3babf49ac75fce78815ae1d7a19f3def69660.tar.xz
replace UiTermWin with UiWin & remove function pointers
Diffstat (limited to 'view.h')
-rw-r--r--view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/view.h b/view.h
index fff6cfc..a9ebbc5 100644
--- a/view.h
+++ b/view.h
@@ -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);