mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add a helper to store a cell, and some tidying.
This commit is contained in:
		@@ -423,6 +423,9 @@ screen_redraw_pane(struct client *c, struct window_pane *wp)
 | 
			
		||||
	if (status_at_line(c) == 0)
 | 
			
		||||
		yoff++;
 | 
			
		||||
 | 
			
		||||
	log_debug("%s: redraw pane %%%u (at %u,%u)", c->tty.path, wp->id,
 | 
			
		||||
	    wp->xoff, yoff);
 | 
			
		||||
 | 
			
		||||
	for (i = 0; i < wp->sy; i++)
 | 
			
		||||
		tty_draw_pane(&c->tty, wp, i, wp->xoff, yoff);
 | 
			
		||||
	tty_reset(&c->tty);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user