Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!super.upenn.edu!dsl.cis.upenn.edu!catone From: catone@dsl.cis.upenn.edu.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: VT-100 device driver Message-ID: <1016@super.upenn.edu.upenn.edu> Date: Tue, 7-Apr-87 18:00:14 EST Article-I.D.: super.1016 Posted: Tue Apr 7 18:00:14 1987 Date-Received: Fri, 10-Apr-87 06:08:57 EST References: <2471@dalcs.UUCP> <58200024@gorgo.UUCP> Sender: root@super.upenn.edu.upenn.edu Reply-To: catone@dsl.cis.upenn.edu.UUCP (Tony Catone) Organization: University of Pennsylvania Lines: 36 In article <58200024@gorgo.UUCP> ddrex@gorgo.UUCP writes: > >/* Written 10:35 am Mar 19, 1987 by dalegass@dalcs.UUCP in gorgo.UUCP:comp.sy.ibm.pc */ >/* ---------- "VT-100 device driver" ---------- */ >This summer I am planning to write a vt100.sys file which can be included >as a device in the CONFIG.SYS file. This will emulate a VT100 terminal >escape sequences fully, including insert/delete line/character, etc, etc... > >What I would like to know is if there is already such a driver written, just >in case I might be wasting time... > >dalegass@dalcs.uucp >/* End of text from gorgo.UUCP:comp.sy.ibm.pc */ > >If you can make the pc's keypad behave like a real vt100 keypad, I'd be >interested! Nansi.sys, available in source via anonymous ftp from the Info-PC digests at c.isi.edu, implements a very complete set of Ansi commands, including the ones you mention. It is a superset of and replacement for IBM's incomplete implementation, Ansi.sys. Nansi.sys is often included with packages like PC-Hace and MicroEmacs that require it's full Ansi implementation to correctly function. As to making the PC's keyboard behave like a real vt100, that is a different problem, and the proper concern of terminal emulators, not device drivers. In the interest of refraining from a religious debate, I will simply mention that PC/Intercom by Mark of the Unicorn has very good emulation, CrossTalk is almost as good, and the new MS-Kermit ver 2.29 is also good. MS-Kermit has to be the emulator of choice if true color emulation is desired; PC/Intercom treats all colors as simply reverse video, and CrossTalk won't even do that! - Tony catone@dsl.cis.upenn.edu catone@wharton.upenn.edu