Discussion:
Line wrapping in lynx '-dump'
Gisle Vanem
2014-02-11 19:30:17 UTC
Permalink
Consider the text result of:
lynx -dump http://www.komodia.com/NewDoc/RegisterLSP/provider_8cpp.html > provider.cc.txt

The <pre> codes in this produces not so nice result in provider.cc.txt:

00106 // Find the size of the buffer
00107 rc = WSCEnumProtocols( NULL, ProtocolInfo, &ProtocolInfoSize, &Er
rorCode );

On the other hand, with the option '-dont_wrap_pre', all looks perfect. So is it
possible to make the option '-dont_wrap_pre' default?

I didn't see a lynx.cfg setting for this.

--gv
Thomas Dickey
2014-02-12 22:11:40 UTC
Permalink
Post by Gisle Vanem
lynx -dump http://www.komodia.com/NewDoc/RegisterLSP/provider_8cpp.html > provider.cc.txt
00106 // Find the size of the buffer
00107 rc = WSCEnumProtocols( NULL, ProtocolInfo, &ProtocolInfoSize, &Er
rorCode );
On the other hand, with the option '-dont_wrap_pre', all looks perfect. So is it
possible to make the option '-dont_wrap_pre' default?
I'd rather not: it is an old option,
and I'm trying to wrap up changes for 2.8.8
Post by Gisle Vanem
I didn't see a lynx.cfg setting for this.
I overlooked this (I can add that)
--
Thomas E. Dickey <***@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
Loading...