aboutsummaryrefslogtreecommitdiffstats
path: root/com32
diff options
context:
space:
mode:
Diffstat (limited to 'com32')
-rw-r--r--com32/modules/menumain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/menumain.c b/com32/modules/menumain.c
index 226212c1..a984ba4e 100644
--- a/com32/modules/menumain.c
+++ b/com32/modules/menumain.c
@@ -787,7 +787,7 @@ run_menu(void)
}
*tq = '\0';
- printf("\033[%d;%dH\2#14 %s ", TIMEOUT_ROW, 1+((WIDTH-nc)>>1), buf);
+ printf("\033[%d;%dH\2#14 %s ", TIMEOUT_ROW, HSHIFT+1+((WIDTH-nc)>>1), buf);
to_clear = 1;
} else {
to_clear = 0;