Add strings to allow the aixterm bright colours to be used when

configuring colours, requested by Elliott Cable a few months ago.
This commit is contained in:
Nicholas Marriott
2012-01-21 08:23:12 +00:00
parent be7b56a613
commit 7f24020cbe
4 changed files with 49 additions and 5 deletions

View File

@ -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;
}
}