Extract function for reporting color theme mode

This commit is contained in:
Johannes Altmanninger 2025-12-10 20:27:03 +01:00
parent 6ab7190d74
commit 7e2ea901d6
3 changed files with 24 additions and 23 deletions

View file

@ -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)
{