Xref: utzoo comp.unix.questions:11367 comp.unix.aux:638 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!amdcad!sun!pitstop!texsun!convex!uunet!mcvax!enea!kps!peno From: peno@kps.UUCP (Pekka Nousiainen /DP) Newsgroups: comp.unix.questions,comp.unix.aux Subject: Re: terminfo vs. termcap Keywords: Why do we need two different terminal capability widgets? Message-ID: <443@kps.UUCP> Date: 27 Jan 89 17:50:17 GMT References: <6966@june.cs.washington.edu> <358@tcsc3b2.UUCP> <1312@umbio.MIAMI.EDU> Reply-To: peno@kps.UUCP (Pekka Nousiainen /DP) Organization: Kuwait Petroleum Sweden, Stockholm Lines: 13 >>terminfo database because the latter is quicker and more efficient to >>process by curses(3X) than the /etc/termcap file. >/etc/termcap is BSD. AT&T came up with a compiled version which loads >somewhat faster Loading a (binary) termcap from a file is hardly faster than scanning it from TERMCAP in the environment. But I'm curious about the first statement. Is it true that decoding say cursor addressing is significantly faster if terminfo is used? -- peno@kps