[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] [bug] hard limit, despite -width
From: |
Denis Briand |
Subject: |
[Lynx-dev] [bug] hard limit, despite -width |
Date: |
Mon, 16 Mar 2015 17:35:57 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
signature.asc
Description: Digital signature
- [Lynx-dev] [bug] hard limit, despite -width,
Denis Briand <=