mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Remove check for same size - size has already been changed so this
breaks reflow.
This commit is contained in:
		
							
								
								
									
										4
									
								
								grid.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								grid.c
									
									
									
									
									
								
							@@ -1220,10 +1220,6 @@ grid_reflow(struct grid *gd, u_int sx)
 | 
				
			|||||||
	struct grid_cell	 gc;
 | 
						struct grid_cell	 gc;
 | 
				
			||||||
	u_int			 yy, width, i, at, first;
 | 
						u_int			 yy, width, i, at, first;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Do not reflow to the same size. */
 | 
					 | 
				
			||||||
	if (sx == gd->sx)
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Create a destination grid. This is just used as a container for the
 | 
						 * Create a destination grid. This is just used as a container for the
 | 
				
			||||||
	 * line data and may not be fully valid.
 | 
						 * line data and may not be fully valid.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user