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:
		@@ -1911,6 +1911,8 @@ screen_write_collect_add(struct screen_write_ctx *ctx,
 | 
			
		||||
	collect = 1;
 | 
			
		||||
	if (gc->data.width != 1 || gc->data.size != 1 || *gc->data.data >= 0x7f)
 | 
			
		||||
		collect = 0;
 | 
			
		||||
	else if (gc->flags & GRID_FLAG_TAB)
 | 
			
		||||
		collect = 0;
 | 
			
		||||
	else if (gc->attr & GRID_ATTR_CHARSET)
 | 
			
		||||
		collect = 0;
 | 
			
		||||
	else if (~s->mode & MODE_WRAP)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user