mirror of
https://github.com/tmux/tmux.git
synced 2025-10-17 15:21:45 +00:00
Support xterm(1) cursor colour change sequences through terminfo(5) Cc
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui.
This commit is contained in:
@@ -521,7 +521,7 @@ server_client_reset_state(struct client *c)
|
||||
mode &= ~MODE_MOUSE_UTF8;
|
||||
|
||||
/* Set the terminal mode and reset attributes. */
|
||||
tty_update_mode(&c->tty, mode);
|
||||
tty_update_mode(&c->tty, mode, s);
|
||||
tty_reset(&c->tty);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user