From 54b3babf49ac75fce78815ae1d7a19f3def69660 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sun, 12 May 2024 11:28:56 -0600 Subject: replace UiTermWin with UiWin & remove function pointers --- view.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'view.h') 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); -- cgit v1.2.3