mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 17:24:18 +00:00 
			
		
		
		
	Do not redraw panes if invisible.
This commit is contained in:
		@@ -273,6 +273,9 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
 | 
			
		||||
{
 | 
			
		||||
	u_int	i, yoff;
 | 
			
		||||
 | 
			
		||||
	if (!window_pane_visible(wp))
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	yoff = wp->yoff;
 | 
			
		||||
	if (status_at_line(c) == 0)
 | 
			
		||||
		yoff++;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user