#388584 lynx-cur: hard limit, despite -width

Package:
lynx-cur
Source:
lynx
Submitter:
Dan Jacobson
Date:
2023-04-26 10:03:34 UTC
Severity:
normal
Tags:
#388584#5
Date:
2006-09-21 10:27:02 UTC
From:
To:
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

#388584#10
Date:
2008-04-19 15:18:32 UTC
From:
To:
I think that is fixed in current unstable (2.8.7dev8-1) I cannot
reproduce it.
cu andreas

#388584#15
Date:
2008-04-25 06:24:32 UTC
From:
To:
AM> I think that is fixed in current unstable (2.8.7dev8-1) I cannot
AM> reproduce it.

Not it is not fixed. There is one line here until it hits lynx:

$ perl -we 'print "bla "x999'|txt2html|lynx -force-html -dump -width 9999999 -stdin|perl -nwle print\ length
990
990
990
990
46

You can up the limit past 9999999 but that won't change lynx's
hardwired internal limit.

#388584#20
Date:
2015-03-16 16:29:38 UTC
From:
To:
tags 388584 confirmed upstream
found 388584 2.8.9dev1-2
found 388584 2.8.8dev.12-2
thanks

Hello Dan,
Thank you for your bug report.
I can confirm it on the 2.8.9dev1-2 version.
I forward it to the upstream team.
Best regards

Denis Briand

#388584#29
Date:
2015-03-16 16:29:38 UTC
From:
To:
tags 388584 confirmed upstream
found 388584 2.8.9dev1-2
found 388584 2.8.8dev.12-2
thanks

Hello Dan,
Thank you for your bug report.
I can confirm it on the 2.8.9dev1-2 version.
I forward it to the upstream team.
Best regards

Denis Briand