diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-13 00:59:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-13 00:59:01 -0500 |
commit | d70fdcf7f031566fd582362899099f9fba23a7ac (patch) | |
tree | ce3bd362adcf7db4e41b32bafb52d855cfc097b4 /src/LYPrint.c | |
parent | 184855c6f7b9e1727a8f419b475b1fffd9292911 (diff) | |
download | lynx-snapshots-d70fdcf7f031566fd582362899099f9fba23a7ac.tar.gz |
snapshot of project "lynx", label v2-8-3dev_22
Diffstat (limited to 'src/LYPrint.c')
-rw-r--r-- | src/LYPrint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYPrint.c b/src/LYPrint.c index 640386cd..4ae19b31 100644 --- a/src/LYPrint.c +++ b/src/LYPrint.c @@ -655,7 +655,7 @@ PRIVATE void send_file_to_mail ARGS3( SetOutputMode( O_TEXT ); printf(MAILING_FILE); LYSystem(buffer); - sleep(AlertSecs); + LYSleepAlert(); start_curses(); SetOutputMode( O_BINARY ); @@ -781,7 +781,7 @@ PRIVATE void send_file_to_mail ARGS3( SetOutputMode(O_TEXT); printf("%s\n\n$ %s\n\n%s", gettext("Sending"), buffer, PLEASE_WAIT); LYSystem(buffer); - sleep(MessageSecs); + LYSleepMsg(); start_curses(); SetOutputMode( O_BINARY ); @@ -964,7 +964,7 @@ check_again: fflush(stdout); #endif SetOutputMode( O_BINARY ); - sleep(MessageSecs); + LYSleepMsg(); start_curses(); done: /* send_file_to_printer() */ |