bug-ncurses
[Top][All Lists]
Advanced

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

Re: CDK Scrolling List question


From: Thomas E. Dickey
Subject: Re: CDK Scrolling List question
Date: Thu, 28 Mar 2002 19:04:25 -0500 (EST)

On Thu, 28 Mar 2002, Jeffrey J. Bacon wrote:

> Is there any way for me to increase the maximum number of entries in a
> scrolling list in the CDK?  The max is set to 500 which is way low for
> me.  I'll hack the code if need be.

there are a number of fixed-array limits in CDK.  The one you're referring
to (MAX_LINES) is 5000, not 500.  I don't see any 500's in the original or
the version I'm maintaining.

I got rid of some of the fixed limits, not all - it really shouldn't have
any, other than the underlying limit of the curses library which stores
positions in a short.

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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