Fix setting the palette of aixterm colours (90-97).

This commit is contained in:
nicm
2017-01-12 00:19:32 +00:00
parent 74c40d04ea
commit 9e786030df
4 changed files with 39 additions and 18 deletions

View File

@ -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 &&