mirror of
https://github.com/tmux/tmux.git
synced 2025-12-20 22:36:03 +00:00
Small bugfix: produce the right CSI sequence when reporting the theme to the terminal application.
This commit is contained in:
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);
|
input_key_pane(wp, KEYC_REPORT_LIGHT_THEME, NULL);
|
||||||
break;
|
break;
|
||||||
case THEME_DARK:
|
case THEME_DARK:
|
||||||
input_key_pane(wp, KEYC_REPORT_LIGHT_THEME, NULL);
|
input_key_pane(wp, KEYC_REPORT_DARK_THEME, NULL);
|
||||||
break;
|
break;
|
||||||
case THEME_UNKNOWN:
|
case THEME_UNKNOWN:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user