mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Don't miss the last line off the screen when writing after resize, from
Anindya Mukherjee.
This commit is contained in:
		@@ -704,7 +704,7 @@ window_copy_size_changed(struct window_mode_entry *wme)
 | 
				
			|||||||
	window_copy_clear_marks(wme);
 | 
						window_copy_clear_marks(wme);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	screen_write_start(&ctx, NULL, s);
 | 
						screen_write_start(&ctx, NULL, s);
 | 
				
			||||||
	window_copy_write_lines(wme, &ctx, 0, screen_size_y(s) - 1);
 | 
						window_copy_write_lines(wme, &ctx, 0, screen_size_y(s));
 | 
				
			||||||
	screen_write_stop(&ctx);
 | 
						screen_write_stop(&ctx);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (search && !data->timeout)
 | 
						if (search && !data->timeout)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user