diff options
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,8 +128,8 @@ void ui_window_swap(Win *, Win *); bool ui_getkey(Ui *, TermKeyKey *); bool ui_style_define(Win *win, int id, const char *style); -bool ui_window_style_set_pos(Win *win, int x, int y, enum UiStyle id); -void ui_window_style_set(Ui *ui, int win_id, Cell *cell, enum UiStyle id); +void ui_window_style_set(Ui *ui, int win_id, Cell *cell, enum UiStyle id, bool keep_non_default); +bool ui_window_style_set_pos(Win *win, int x, int y, enum UiStyle id, bool keep_non_default); void ui_window_options_set(Win *win, enum UiOption options); void ui_window_status(Win *win, const char *status); |
