From cec5b2a97a11ade56a701e83044d0a2a984c67b4 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 23 May 2014 01:33:08 +0200 Subject: [PATCH] vt: emulate 8- and 24-bit colour codes. Most other mainstream terminals support "xterm256" colours, which means people sometimes use these blindly without checking capabilities. Because of hardware limitations of VGA consoles, colours are downgraded to 16 foregrounds and 8 backgrounds. On fbdev consoles it would be possible to support them without quality loss, but adding that would require quite a large amount of code. Signed-off-by: Adam Borowski Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed