When toggling between sessions, ensure that applications in the new session adapt to the client's theme.

This commit is contained in:
Jonathan Slenders
2025-02-27 20:50:39 +00:00
parent b448f4ba6c
commit b3d3a37e5e
4 changed files with 17 additions and 16 deletions

1
tmux.h
View File

@@ -3464,6 +3464,7 @@ void session_group_synchronize_from(struct session *);
u_int session_group_count(struct session_group *);
u_int session_group_attached_count(struct session_group *);
void session_renumber_windows(struct session *);
void session_theme_changed(struct session *);
/* utf8.c */
enum utf8_state utf8_towc (const struct utf8_data *, wchar_t *);