From d4c2a935f2039e00a7a7384fa0427a6126111611 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 21 Jan 2012 19:33:45 +0000 Subject: Sync OpenBSD patchset 1006: Add strings to allow the aixterm bright colours to be used when configuring colours, requested by Elliott Cable a few months ago. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index 5e3d5834..0e342338 100644 --- a/input.c +++ b/input.c @@ -1436,7 +1436,7 @@ input_csi_dispatch_sgr(struct input_ctx *ictx) case 106: case 107: gc->flags &= ~GRID_FLAG_BG256; - gc->bg = n; + gc->bg = n - 10; break; } } -- cgit