mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:tmux/tmux
This commit is contained in:
		
							
								
								
									
										2
									
								
								screen.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								screen.c
									
									
									
									
									
								
							@@ -146,7 +146,7 @@ screen_resize_x(struct screen *s, u_int sx)
 | 
				
			|||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Treat resizing horizontally simply: just ensure the cursor is
 | 
						 * Treat resizing horizontally simply: just ensure the cursor is
 | 
				
			||||||
	 * on-screen and change the size. Don't bother to truncate any lines -
 | 
						 * on-screen and change the size. Don't bother to truncate any lines -
 | 
				
			||||||
	 * then the data should be accessible if the size is then incrased.
 | 
						 * then the data should be accessible if the size is then increased.
 | 
				
			||||||
	 *
 | 
						 *
 | 
				
			||||||
	 * The only potential wrinkle is if UTF-8 double-width characters are
 | 
						 * The only potential wrinkle is if UTF-8 double-width characters are
 | 
				
			||||||
	 * left in the last column, but UTF-8 terminals should deal with this
 | 
						 * left in the last column, but UTF-8 terminals should deal with this
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user