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)
commitcc67dc28b33917227214a692534d817d727fb934
tree22f4aadba229d62d5d287099ccc1e49b92e711a7
parent3e7ec4a0e635d7b95c5ec30df3ed79164bbf3acb
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