Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!cmcl2!husc6!panda!genrad!decvax!decwrl!glacier!cdp!jeff From: jeff@cdp.UUCP Newsgroups: net.micro.pc Subject: Re: PC-VT emulator Message-ID: <8800015@cdp> Date: Fri, 10-Oct-86 16:35:00 EDT Article-I.D.: cdp.8800015 Posted: Fri Oct 10 16:35:00 1986 Date-Received: Sat, 11-Oct-86 21:53:20 EDT References: <161@luke.UUCP> Lines: 20 Nf-ID: #R:luke.UUCP:161:cdp:8800015:000:855 Nf-From: cdp.UUCP!jeff Oct 10 13:35:00 1986 Unix has a list of descriptions (usually called termcap or terminfo) for many different types of terminals. If you tell vi that you are running a vt100, it uses the description of a vt100 to control your terminal. These terminal descriptions, unfortunately, are by no means perfect. Any system administrator (and anyone else with appropriate permission) can go in and redefine what a "vt100" is. Thus, if PC-VT works fine, this only means that the vt100 terminal description matches what PC-VT expects. It does not say anything about the ability of PC-VT to really emulate the vt100. The vt100 test program referred to earlier was specifically designed to test terminals and terminal emulators with respect to vt100 comnpatibility. While it is surely not a complete test, it does provide a better way of assessing vt100 compatibility than using vi.