mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile
This commit is contained in:
@ -946,7 +946,8 @@ server_client_check_redraw(struct client *c)
|
||||
tty->flags = (tty->flags & ~(TTY_FREEZE|TTY_NOCURSOR)) | flags;
|
||||
tty_update_mode(tty, tty->mode, NULL);
|
||||
|
||||
c->flags &= ~(CLIENT_REDRAW|CLIENT_STATUS|CLIENT_BORDERS);
|
||||
c->flags &= ~(CLIENT_REDRAW|CLIENT_BORDERS|CLIENT_STATUS|
|
||||
CLIENT_STATUSFORCE);
|
||||
}
|
||||
|
||||
/* Set client title. */
|
||||
|
Reference in New Issue
Block a user