diff options
Diffstat (limited to 'src/LYLocal.c')
-rw-r--r-- | src/LYLocal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYLocal.c b/src/LYLocal.c index bc6d8557..60244df9 100644 --- a/src/LYLocal.c +++ b/src/LYLocal.c @@ -2410,7 +2410,7 @@ PRIVATE int LYExecv ARGS3( * Screen may have message from the failed execv'd command. * Give user time to look at it before screen refresh. */ - sleep(AlertSecs); + LYSleepAlert(); } start_curses(); if (tmpbuf != 0) { |