mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Use tty_raw on stop, not tty_puts.
This commit is contained in:
parent
2f5fa4ee9d
commit
79f5fe6f5b
1 changed files with 1 additions and 1 deletions
2
tty.c
2
tty.c
|
|
@ -284,7 +284,7 @@ tty_stop_tty(struct tty *tty)
|
|||
tty_raw(tty, "\033[?1000l\033[?1006l\033[?1005l");
|
||||
|
||||
if (tty_term_has(tty->term, TTYC_XT))
|
||||
tty_puts(tty, "\033[>4m");
|
||||
tty_raw(tty, "\033[>4m");
|
||||
|
||||
tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue