Package: lynx-cur
Version: 2.8.6dev18-2.1
Severity: normal

Lynx will not print long lines intact, despite -width!
$ 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to