linux/drivers/video/console
Mikulas Patocka ad1db34377 framebuffer: fix border color
commit f74a289b94 upstream.

The framebuffer code uses the current background color to fill the border
when switching consoles, however, this results in inconsistent behavior.
For example:
- start Midnigh Commander
- the border is black
- switch to another console and switch back
- the border is cyan
- type something into the command line in mc
- the border is cyan
- switch to another console and switch back
- the border is black
- press F9 to go to menu
- the border is black
- switch to another console and switch back
- the border is dark blue

When switching to a console with Midnight Commander, the border is random
color that was left selected by the slang subsystem.

This patch fixes this inconsistency by always using black as the
background color when switching consoles.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-14 08:59:52 -08:00
..
Kconfig video: vgacon: Don't build on arm64 2014-01-17 10:57:45 +02:00
Makefile lib: Move fonts from drivers/video/console/ to lib/fonts/ 2013-06-28 10:28:22 +02:00
bitblit.c framebuffer: fix border color 2014-11-14 08:59:52 -08:00
dummycon.c
fbcon.c fbcon: Fix memory leak in fbcon_exit(). 2014-01-17 10:57:44 +02:00
fbcon.h
fbcon_ccw.c framebuffer: fix border color 2014-11-14 08:59:52 -08:00
fbcon_cw.c framebuffer: fix border color 2014-11-14 08:59:52 -08:00
fbcon_rotate.c
fbcon_rotate.h
fbcon_ud.c framebuffer: fix border color 2014-11-14 08:59:52 -08:00
mdacon.c
newport_con.c
softcursor.c
sticon.c
sticore.c parisc/sti_console: prefer Linux fonts over built-in ROM fonts 2014-02-02 20:56:47 +01:00
tileblit.c
vgacon.c vgacon: fix missing include. 2013-06-27 10:08:04 +10:00