mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Only redraw pane when it has actually changed.
This commit is contained in:
		@@ -99,8 +99,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
		wp->flags &= ~PANE_INPUTOFF;
 | 
			
		||||
	else if (args_has(self->args, 'd'))
 | 
			
		||||
		wp->flags |= PANE_INPUTOFF;
 | 
			
		||||
	else {
 | 
			
		||||
		window_set_active_pane(wl->window, wp);
 | 
			
		||||
	else if (window_set_active_pane(wl->window, wp)) {
 | 
			
		||||
		server_status_window(wl->window);
 | 
			
		||||
		server_redraw_window_borders(wl->window);
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user