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:
		
							
								
								
									
										2
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								window.c
									
									
									
									
									
								
							@@ -1137,7 +1137,7 @@ window_pane_reset_mode(struct window_pane *wp)
 | 
			
		||||
	} else {
 | 
			
		||||
		log_debug("%s: next mode is %s", __func__, next->mode->name);
 | 
			
		||||
		wp->screen = next->screen;
 | 
			
		||||
		if (next != NULL && next->mode->resize != NULL)
 | 
			
		||||
		if (next->mode->resize != NULL)
 | 
			
		||||
			next->mode->resize(next, wp->sx, wp->sy);
 | 
			
		||||
	}
 | 
			
		||||
	wp->flags |= (PANE_REDRAW|PANE_CHANGED);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user