aboutsummaryrefslogtreecommitdiffstats
path: root/com32/modules/vesamenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/modules/vesamenu.c')
-rw-r--r--com32/modules/vesamenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/vesamenu.c b/com32/modules/vesamenu.c
index 8d386d00..88fe78d5 100644
--- a/com32/modules/vesamenu.c
+++ b/com32/modules/vesamenu.c
@@ -34,7 +34,7 @@ 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);
+ fputs("\033[0m\033[20h\033[25l", stdout);
draw_background = vesacon_load_background;