Actions
Feature #7202
closedwscons should support bright colour SGR sequences
Start date:
2016-07-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Most terminal emulator software supports the eight ISO/ANSI-standardised SGR colour attributes: 30-37 and 40-47, for foreground and background respectively. Many xterm-compatible terminals support an additional set of SGR sequences for the "bright" or "bold" versions of these colours: 90-97 and 100-107. Given the underlying tem
and vgatext
code provide support for both low and high intensity versions of the eight standard colours, we should support these SGR attribute sequences as well.
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b6bd4f488cd95b4b547777e8a8ca2045ebb34fad
commit b6bd4f488cd95b4b547777e8a8ca2045ebb34fad Author: Toomas Soome <tsoome@me.com> Date: 2016-07-21T18:32:15.000Z 7201 wscons background and foreground white should agree on shade 7202 wscons should support bright colour SGR sequences Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@omniti.com>
Actions