summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-21 19:33:45 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-21 19:33:45 +0000
commitd4c2a935f2039e00a7a7384fa0427a6126111611 (patch)
treedd2355141ef8aa8e0e4eaf175084e302c95c5434 /input.c
parentcc967ffeb93438ff7ab5d9407bfbeb8d9f79658f (diff)
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.
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}