mirror of
https://github.com/tmux/tmux.git
synced 2025-04-12 03:58:47 +00:00
Small bugfix: produce the right CSI sequence when reporting the theme to the terminal application.
This commit is contained in:
parent
b3d3a37e5e
commit
49d84e8df5
2
window.c
2
window.c
@ -1908,7 +1908,7 @@ window_pane_send_theme_update(struct window_pane *wp)
|
||||
input_key_pane(wp, KEYC_REPORT_LIGHT_THEME, NULL);
|
||||
break;
|
||||
case THEME_DARK:
|
||||
input_key_pane(wp, KEYC_REPORT_LIGHT_THEME, NULL);
|
||||
input_key_pane(wp, KEYC_REPORT_DARK_THEME, NULL);
|
||||
break;
|
||||
case THEME_UNKNOWN:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user