mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Run status update on a per-client timer at status-interval.
This commit is contained in:
@ -275,6 +275,7 @@ cmd_new_session_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
else if (c->session != NULL)
|
||||
c->last_session = c->session;
|
||||
c->session = s;
|
||||
status_timer_start(c);
|
||||
notify_attached_session_changed(c);
|
||||
session_update_activity(s);
|
||||
server_redraw_client(c);
|
||||
|
Reference in New Issue
Block a user