[emacs-w3m:05910] Change to display progress status when dump_extra option is specified
TSUCHIYA Masatoshi <[email protected]>
| Newsgroups | gmane.emacs.w3m,gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
w3m -dump_extra URI w3m
w3m
emacs-w3m
* file.c (loadHTMLstream): Show progress status when dump_extra
option is specified.
--
( TSUCHIYA Masatoshi )
--- file.c 26 Sep 2003 17:59:51 -0000 1.229
+++ file.c 2 Oct 2003 01:09:08 -0000
@@ -6582,6 +6582,8 @@
if (src)
Strfputs(lineBuf2, src);
linelen += lineBuf2->length;
+ if (w3m_dump & DUMP_EXTRA)
+ printf("W3m-in-progress: %s\n", convert_size2(linelen, current_content_length, TRUE));
if (w3m_dump & DUMP_SOURCE)
continue;
showProgress(&linelen, &trbyte);