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:
		@@ -1872,9 +1872,13 @@ screen_write_collect_end(struct screen_write_ctx *ctx)
 | 
			
		||||
			grid_view_set_cell(s->grid, xx, s->cy,
 | 
			
		||||
			    &grid_default_cell);
 | 
			
		||||
		}
 | 
			
		||||
		if (gc.data.width > 1) {
 | 
			
		||||
			grid_view_set_cell(s->grid, xx, s->cy,
 | 
			
		||||
			    &grid_default_cell);
 | 
			
		||||
		if (xx != s->cx) {
 | 
			
		||||
			if (xx == 0)
 | 
			
		||||
				grid_view_get_cell(s->grid, 0, s->cy, &gc);
 | 
			
		||||
			if (gc.data.width > 1) {
 | 
			
		||||
				grid_view_set_cell(s->grid, xx, s->cy,
 | 
			
		||||
				    &grid_default_cell);
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user