mirror of
https://github.com/tmux/tmux.git
synced 2025-11-01 15:06:06 +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) {
|
||||
tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
|
||||
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
|
||||
}
|
||||
tty_start_start_timer(tty);
|
||||
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
|
||||
}
|
||||
tty_start_start_timer(tty);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user