mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -1765,6 +1765,7 @@ server_client_check_redraw(struct client *c)
 | 
			
		||||
				redraw = 1;
 | 
			
		||||
			else if (c->flags & CLIENT_REDRAWPANES)
 | 
			
		||||
				redraw = !!(c->redraw_panes & (1 << bit));
 | 
			
		||||
			bit++;
 | 
			
		||||
			if (!redraw)
 | 
			
		||||
				continue;
 | 
			
		||||
			log_debug("%s: redrawing pane %%%u", __func__, wp->id);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user