]> git.baikalelectronics.ru Git - kernel.git/commit
vt: Support \e[90-97m (bright foreground colors).
authorAdam Borowski <kilobyte@angband.pl>
Thu, 15 Sep 2016 14:47:12 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:41:54 +0000 (11:41 +0200)
commitc902470877fbacbbda248316e42449624edc9cc2
tree22f4aadba229d62d5d287099ccc1e49b92e711a7
parente9025bfbd9a3fc04c1f2c29b00b318eaf5d0d494
vt: Support \e[90-97m (bright foreground colors).

These codes are supported by all major terminals, thus they occasionally see
some use despite being redundant with \e[38;5;(x+8)m or (less exactly)
\e[1;3(x)m.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c