mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Can't collect UTF-8 characters of more than one byte at the moment.
This commit is contained in:
		@@ -1113,7 +1113,7 @@ screen_write_collect_add(struct screen_write_ctx *ctx,
 | 
			
		||||
	 */
 | 
			
		||||
 | 
			
		||||
	collect = 1;
 | 
			
		||||
	if (gc->data.width != 1)
 | 
			
		||||
	if (gc->data.width != 1 || gc->data.size != 1)
 | 
			
		||||
		collect = 0;
 | 
			
		||||
	else if (gc->attr & GRID_ATTR_CHARSET)
 | 
			
		||||
		collect = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user