Hello,
Lynx doesn't print long lines intact, despite -width
see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388584

to reproduce it:
> $ perl -we 'print "bla "x999'|txt2html|html2text -width 99999|perl -nwle 
> print\ length|head
> 3995
> $ perl -we 'print "bla "x999'|txt2html|lynx -force-html -dump -width 99999 
> /dev/stdin|perl -nwle
> print\ length
> 0
> 990
> 990
> 990
> 990
> 46

found in 2.8.9dev1 version

Best regards

Denis Briand

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to