Behavior makes me cry
Peter Spotts
pspotts at alum.mit.edu
Wed Mar 5 16:17:01 EST 2008
On Wed, 2008-03-05 at 16:01 -0500, Etan Reisner wrote:
> On Wed, Mar 05, 2008 at 04:01:42PM -0500, Peter Spotts wrote:
> > Although I have no dog in this hunt, I see folks' point. As a
> > workaround, can someone offer up the right line in the right source-code
> > file to change 4 to 10 (or whatever). Then one could just edit the line
> > and recompile!
> >
> > Pete
>
> Anthony Catel did exactly that in the second post to the 'Please change
> the 2.4.0 input field's resize behaviour' thread.
>
> -Etan
Since I'm not a code kind of guy (with all those nested parens), double
check me on the change here:
From:
/* Show a maximum of 4 lines */
lines = MIN(lines, 4);
wrapped_lines = MIN(MAX(wrapped_lines, 2), 4);
To:
/* Show a maximum of 4 lines */
lines = MIN(lines, 4);
wrapped_lines = MIN(MAX(wrapped_lines, 10), 4);
Is that about right?
Pete
--
Peter N. Spotts | Science reporter
The Christian Science Monitor
One Norway Street, Boston, MA 02115 USA
Office: 617-450-2449 | Office-in-home: 508-520-3139
Email: pspotts at alum.mit.edu | Amateur-radio call: KC1JB
www.csmonitor.com | www.peterspotts.net
"The knack of flying is to throw yourself at the ground and miss."
-- Douglas Adams, "A Hitchhiker's Guide to the Galaxy"
More information about the Support
mailing list