summaryrefslogtreecommitdiff
path: root/com32/menu/vesamenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/menu/vesamenu.c')
-rw-r--r--com32/menu/vesamenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/menu/vesamenu.c b/com32/menu/vesamenu.c
index cebbb344..094b8f65 100644
--- a/com32/menu/vesamenu.c
+++ b/com32/menu/vesamenu.c
@@ -27,13 +27,13 @@
void console_prepare(void)
{
- fputs("\033[0m\033[20h\033[25l", stdout);
+ fputs("\033[0m\033[25l", stdout);
}
void console_cleanup(void)
{
/* For the serial console, be nice and clean up */
- fputs("\033[0m\033[20l", stdout);
+ fputs("\033[0m", stdout);
}
int draw_background(const char *what)