mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Redraw checks have to after handling input or pane redraw flags set by key
presses will not be acted on.
This commit is contained in:
		@@ -197,10 +197,10 @@ server_client_loop(void)
 | 
			
		||||
		if (c == NULL || c->session == NULL)
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		server_client_handle_data(c);
 | 
			
		||||
 | 
			
		||||
		server_client_check_timers(c);
 | 
			
		||||
		server_client_check_redraw(c);
 | 
			
		||||
 | 
			
		||||
		server_client_handle_data(c);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user