lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] handling long lines in forms


From: Thomas Dickey
Subject: Re: [Lynx-dev] handling long lines in forms
Date: Sun, 13 Mar 2005 07:04:18 -0500 (EST)

On Sun, 13 Mar 2005, Larry W. Virden wrote:

I was wondering if anyone had ever noticed this problem.

I use a wiki a lot.  I have noticed that if I go to edit one of
the wiki pages , and the page contains lines longer than 1024,
lynx asks me if I want to wrap the lines.  However, even if
I say "no, I don't" lynx goes ahead and breaks those lines into 1024
or less character lines.

That's because lynx only stores 1024-character lines in the display.
It's a compiled-in parameter (MAX_LINE), and can be changed.  One
of the drawbacks to changing it is that many display items are allocated
with this size (not with the actual size required).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]