Xref: utzoo comp.unix.questions:16431 comp.unix.xenix:7690 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.UUCP (Conor P. Cahill) Newsgroups: comp.unix.questions,comp.unix.xenix Subject: Re: Looking for 2 termcap/terminfo entries... Keywords: termcap/terminfo entries wanted Message-ID: <1182@virtech.UUCP> Date: 20 Sep 89 01:56:27 GMT References: <1103@lakesys.UUCP> Organization: Virtual Technologies Inc Lines: 29 In article <1103@lakesys.UUCP>, davek@lakesys.UUCP (Dave Kraft) writes: > 1. a 132x43 VT-100 terminal (actually, this is Qmodem 4.0 emulating VT100, > and my EGA board in 132x43 mode) > > 2. A 132x43 ANSI terminal (same as above, except emulating ANSI) > > If anyone has either o both of these, I would greatly appriciate it if > he/she would email it/them to me. If you have the standard vt100 and ansi terminal definition all you need to do is setup the LINES and COLUMNS environment variables to the appropriate values and use the vt100 or ansi TERM. If your version of terminfo does not support LINES and COLUMNS, you can create a terminfo entry that contains something like the following: ansi_132|Ansi 132 col by 43 line display, lines#43, cols#132, use=ansi, this uses the ansi definition overriding the lines and columns parameters. I *believe* the same capability exists in termcap. -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+