mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix setting the palette of aixterm colours (90-97).
This commit is contained in:
		@@ -1049,7 +1049,7 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc)
 | 
			
		||||
	width = gc->data.width;
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
	 * If this is a wide character and there is no room on the screen, for
 | 
			
		||||
	 * If this is a wide character and there is no room on the screen for
 | 
			
		||||
	 * the entire character, don't print it.
 | 
			
		||||
	 */
 | 
			
		||||
	if (!(s->mode & MODE_WRAP) && (width > 1 &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user