summaryrefslogtreecommitdiff
path: root/com32/modules/vesamenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/modules/vesamenu.c')
-rw-r--r--com32/modules/vesamenu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/modules/vesamenu.c b/com32/modules/vesamenu.c
index 01a0ecab..8d386d00 100644
--- a/com32/modules/vesamenu.c
+++ b/com32/modules/vesamenu.c
@@ -34,7 +34,8 @@ int vesacon_load_background(const char *);
int main(int argc, char *argv[])
{
openconsole(&dev_rawcon_r, &dev_vesaserial_w);
-
+ fputs("\033[0m\033[20h", stdout);
+
draw_background = vesacon_load_background;
return menu_main(argc, argv);