diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-07-31 20:57:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-07-31 20:57:23 -0400 |
commit | 108f83ece979cf867a75faf321cd9d6dacc490b4 (patch) | |
tree | dd4970a2e7923be3fa49f5213507791087296bd2 /src/HTFWriter.c | |
parent | f280565bc0561b7151fae26b4a3a9f07f9c923f5 (diff) | |
download | lynx-snapshots-108f83ece979cf867a75faf321cd9d6dacc490b4.tar.gz |
snapshot of project "lynx", label v2-8-7dev_5e
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index 755425b2..fd880949 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -1,4 +1,7 @@ -/* FILE WRITER HTFWrite.h +/* + * $LynxId: HTFWriter.c,v 1.89 2007/07/31 20:57:23 tom Exp $ + * + * FILE WRITER HTFWrite.h * =========== * * This version of the stream object just writes to a C file. @@ -34,6 +37,7 @@ #include <LYLeaks.h> #include <LYKeymap.h> #include <LYGetFile.h> +#include <LYHistory.h> /* store statusline messages */ #ifdef USE_PERSISTENT_COOKIES #include <LYCookie.h> @@ -314,8 +318,10 @@ static void HTFWriter_free(HTStream *me) if (!dump_output_immediately) { /* * Tell user what's happening. - FM + * HTInfoMsg2(WWW_USING_MESSAGE, addr); + * but only in the history, not on screen -RS */ - HTInfoMsg2(WWW_USING_MESSAGE, addr); + LYstore_message2(WWW_USING_MESSAGE, addr); } if (skip_loadfile) { |