Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!mit-eddie!husc6!panda!genrad!decvax!ittatc!bunker!ricker From: ricker@bunker.UUCP (ricker) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Re: terminfo and curses Message-ID: <1304@bunker.UUCP> Date: Tue, 11-Nov-86 17:28:13 EST Article-I.D.: bunker.1304 Posted: Tue Nov 11 17:28:13 1986 Date-Received: Wed, 12-Nov-86 20:17:57 EST References: <257@BMS-AT.UUCP> <9067@sun.uucp> <9066@sun.uucp> Reply-To: ricker@bunker.UUCP (ricker) Organization: Bunker Ramo/Olivetti, Trumbull CT Lines: 15 Xref: mnetor comp.lang.c:18 comp.unix.wizards:34 >> 1) I don't know about the differences between a 6350 and an 8000 >> but, do you know if the compiler is the exact same on both systems? > >> 2) Terminal-independent code is most likely going to be larger than >> terminal-specific code. Trade-offs ya know :) > Let me rephrase the question. What I am asking is if *terminfo/curses* was compiled with different compilers? Of course his application program is the same. However if the terminfo/curses source was compiled with a different compiler it may not be as well optimized or compact. Excuse me, I assumed that access to the terminfo/curses source was available. I definitely agree that the curses side of terminfo/curses is unnecessarily complex for my needs and therefore I try to use only the terminfo routines as part of my own generic terminal support package.