android_kernel_google_msm/drivers/video/console
Mikulas Patocka ab766b86a0 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: Zefan Li <lizefan@huawei.com>
2015-02-02 17:04:45 +08:00
..
bitblit.c framebuffer: fix border color 2015-02-02 17:04:45 +08:00
dummycon.c
fbcon.c fbcon: when font is freed, clear also vc_font.data 2013-05-07 19:51:53 -07:00
fbcon.h
fbcon_ccw.c framebuffer: fix border color 2015-02-02 17:04:45 +08:00
fbcon_cw.c framebuffer: fix border color 2015-02-02 17:04:45 +08:00
fbcon_rotate.c
fbcon_rotate.h
fbcon_ud.c framebuffer: fix border color 2015-02-02 17:04:45 +08:00
font_6x11.c
font_7x14.c
font_8x8.c
font_8x16.c
font_10x18.c
font_acorn_8x8.c
font_mini_4x6.c
font_pearl_8x8.c
font_sun8x16.c
font_sun12x22.c
fonts.c
Kconfig
Makefile
mdacon.c
newport_con.c
softcursor.c
sticon.c
sticore.c
tileblit.c
vgacon.c vgacon.c: add cond reschedule points in vgacon_do_font_op 2014-06-07 16:02:15 -07:00