From 9e786030df1e68428fb2fdfa00a26c367ebb475c Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 12 Jan 2017 00:19:32 +0000 Subject: Fix setting the palette of aixterm colours (90-97). --- screen-write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen-write.c') diff --git a/screen-write.c b/screen-write.c index 0fe23df8..227316cb 100644 --- a/screen-write.c +++ b/screen-write.c @@ -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 && -- cgit v1.2.3