X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Wed, 13 Jun 2001 11:16:46 -0500 From: JT Williams To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP 2.04 release date Message-ID: <20010613111646.C25987@kendall.sfbr.org> Mail-Followup-To: Eli Zaretskii , djgpp-workers AT delorie DOT com References: <20010612125834 DOT B24961 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eliz@is.elta.co.il on Wed, Jun 13, 2001 at 11:38:17AM +0300 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: What is the approximate size of this library? When compiled for my 386 with a single set of `pcansi' termcap strings, the object file is barely 4K bytes. This includes the static char termcap array (which we would make a separate file) and the functions tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs to access the termcap data. There is code in his `tiny' curses.c that might be needed too, but even that would add (much) less than 20K.