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.
This commit is contained in:
Tiago Cunha
2012-01-21 19:33:45 +00:00
parent cc967ffeb9
commit d4c2a935f2
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;
}
}