Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!diku!ambush!kimcm From: kimcm@ambush.UUCP (Kim Chr. Madsen) Newsgroups: comp.unix.questions Subject: Re: Re: How do you link the terminfo library on SysV.2? Message-ID: <454@ambush.UUCP> Date: Tue, 11-Aug-87 05:04:19 EDT Article-I.D.: ambush.454 Posted: Tue Aug 11 05:04:19 1987 Date-Received: Fri, 14-Aug-87 01:42:32 EDT References: <2316@bnrmtv.UUCP> <449@ambush.UUCP> <1377@chinet.UUCP> Organization: AmbraSoft A/S (Denmark) Lines: 22 In article <1377@chinet.UUCP> randy@chinet.UUCP (Randy Suess) writes: >In article <449@ambush.UUCP> kimcm@ambush.UUCP (Kim Chr. Madsen) writes: >>But also >>the disadvantage of not being able to add new attributes to the files. > Sure you can. SysVr2 comes with the tic (terminfo compiler) that > allows you to replace any entry in the /usr/lib/terminfo/* that > you want. Sure, that exactly the point you can replace any existing field but if I want to include information about using graphic symbols on my teminal i.e. to make frames around a window - neither the standard termcap or terminfo supports this, but in termcap you could make new entries (provided you could find a two-letter code not already in use) however it is impossible in terminfo since it only allocates addresses (in the compiled entry) for known fields - which is why the tic command has been altered between SYSVR2 and SYSVR3 since more entries were added. Fast but clupsy - I'd rather had the termcap entries split up into several files in /usr/lib/termcap/?/* thus keeping compatibility between old termcap routines (as used in other UNIX'es) and the improved speed in finding & readin the entry. Kim Chr. Madsen.