mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Make session_update_activity more useful and use it in more places.
This commit is contained in:
		@@ -277,7 +277,7 @@ cmd_new_session_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
		c->session = s;
 | 
			
		||||
		status_timer_start(c);
 | 
			
		||||
		notify_attached_session_changed(c);
 | 
			
		||||
		session_update_activity(s);
 | 
			
		||||
		session_update_activity(s, NULL);
 | 
			
		||||
		server_redraw_client(c);
 | 
			
		||||
	}
 | 
			
		||||
	recalculate_sizes();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user