mirror of
https://github.com/tmux/tmux.git
synced 2025-11-02 07:47:20 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
tty.c
2
tty.c
@@ -395,7 +395,7 @@ tty_send_requests(struct tty *tty)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (tty->term->flags & TERM_VT100LIKE) {
|
if (tty->term->flags & TERM_VT100LIKE) {
|
||||||
if (~tty->term->flags & TTY_HAVEDA)
|
if (~tty->flags & TTY_HAVEDA)
|
||||||
tty_puts(tty, "\033[c");
|
tty_puts(tty, "\033[c");
|
||||||
if (~tty->flags & TTY_HAVEDA2)
|
if (~tty->flags & TTY_HAVEDA2)
|
||||||
tty_puts(tty, "\033[>c");
|
tty_puts(tty, "\033[>c");
|
||||||
|
|||||||
Reference in New Issue
Block a user