mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
Extract function for reporting color theme mode
This commit is contained in:
parent
6ab7190d74
commit
7e2ea901d6
3 changed files with 24 additions and 23 deletions
|
|
@ -997,6 +997,7 @@ void term_send_size_notification(struct terminal *term);
|
|||
void term_theme_switch_to_1(struct terminal *term);
|
||||
void term_theme_switch_to_2(struct terminal *term);
|
||||
void term_theme_toggle(struct terminal *term);
|
||||
void term_send_color_theme_mode(struct terminal* term);
|
||||
|
||||
static inline void term_reset_grapheme_state(struct terminal *term)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue