diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2007-05-31 16:55:16 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-05-31 23:53:15 -0300 |
| commit | 14d611fd4b4060531ba15d81af56f58779a18af9 (patch) | |
| tree | ba804b0701ddf83675eb57055991efad9c680ee9 | |
| parent | 864333adaef968ed7b989723af08265a3875a34d (diff) | |
| download | syslinux-3.50-pre17.tar.gz | |
Shift horiontaly timeout message when HSHIFT is setsyslinux-3.50-pre17
| -rw-r--r-- | com32/modules/menumain.c | 2 |
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; |
