vt: fix \e[2m using the wrong placeholder color on graphical consoles
authorAdam Borowski <kilobyte@angband.pl>
Sat, 3 Jun 2017 07:08:25 +0000 (09:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:20:08 +0000 (11:20 +0200)
commit1c65a879cc494af8bf20eb47996e751034a53199
treed5f16d02854db821b3a498b5c2f65f6bf52a5711
parente0ac3f98254da5304f0a0ffe6f033eb7764644b1
vt: fix \e[2m using the wrong placeholder color on graphical consoles

Only vgacon and sisusbcon did it right, the rest (via generic code) tried
underline (usually cyan).

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