diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-05-24 00:20:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-05-24 00:20:00 -0400 |
commit | 6e75abc094af51d02563fd5250d1b55e9bb96912 (patch) | |
tree | 467ddc6c66cc643b960c48f70c93907c1bc775aa /src/LYMainLoop.c | |
parent | becd7d203aa4cc62c6e4113a496c88f6eab9edaf (diff) | |
download | lynx-snapshots-6e75abc094af51d02563fd5250d1b55e9bb96912.tar.gz |
snapshot of project "lynx", label v2-8-1dev_13
Diffstat (limited to 'src/LYMainLoop.c')
-rw-r--r-- | src/LYMainLoop.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/LYMainLoop.c b/src/LYMainLoop.c index 6ff7b827..52e501ac 100644 --- a/src/LYMainLoop.c +++ b/src/LYMainLoop.c @@ -5104,9 +5104,6 @@ check_add_bookmark_to_self: else WWW_TraceFlag = TRUE; - _statusline(WWW_TraceFlag ? TRACE_ON : TRACE_OFF); - sleep(MessageSecs); - if (TRACE && LYUseTraceLog && LYTraceLogFP == NULL) { /* * We haven't yet started a TRACE log for this @@ -5134,6 +5131,8 @@ check_add_bookmark_to_self: #endif /* VMS */ fprintf(tfp, "\t\t%s\n\n", LYNX_TRACELOG_TITLE); } + _statusline(WWW_TraceFlag ? TRACE_ON : TRACE_OFF); + sleep(MessageSecs); break; case LYK_TRACE_LOG: /* View TRACE log. */ |