Gisle Vanem
2014-02-11 19:30:17 UTC
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
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