mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
Merge branch 'obsd-master'
This commit is contained in:
6
tty.c
6
tty.c
@@ -427,9 +427,9 @@ tty_repeat_requests(struct tty *tty, int force)
|
|||||||
|
|
||||||
if (tty->term->flags & TERM_VT100LIKE) {
|
if (tty->term->flags & TERM_VT100LIKE) {
|
||||||
tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
|
tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
|
||||||
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
|
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
|
||||||
}
|
}
|
||||||
tty_start_start_timer(tty);
|
tty_start_start_timer(tty);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user