mirror of
https://github.com/tmux/tmux.git
synced 2025-12-27 12:26:07 +00:00
correct indentation, no functional change
found with smatch, ok nicm@
This commit is contained in:
6
tty.c
6
tty.c
@@ -422,9 +422,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