mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Only hide flags on the current window when the session is attached, from
Roland Walker.
This commit is contained in:
@ -108,6 +108,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
recalculate_sizes();
|
||||
server_check_unattached();
|
||||
server_redraw_client(c);
|
||||
s->curw->flags &= ~WINLINK_ALERTFLAGS;
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user