Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site tektronix.UUCP Path: utzoo!watmath!clyde!floyd!vax135!cornell!uw-beaver!tektronix!carters From: carters@tektronix.UUCP (Carter Stein) Newsgroups: net.micro.pc Subject: ANSI.SYS with DOS Func call #2 Message-ID: <1931@tektronix.UUCP> Date: Thu, 22-Mar-84 02:07:21 EST Article-I.D.: tektroni.1931 Posted: Thu Mar 22 02:07:21 1984 Date-Received: Sat, 17-Mar-84 03:51:50 EST Organization: Tektronix, Beaverton OR Lines: 15 I have a terminal emulator program which uses DOS function call 2 to display a byte of data to the video display. My system is booted with the ANSI.SYS device driver in the CONFIG.SYS file. A termcap which conforms to the ANSII protocol should work with the ANSI.SYS device driver for highlighting the display, and manipulating the cursor. However, I have found that cursor motion abilities of the device driver do not work properly, or a non-ANSI termcap entry for cursor motion must be used in order to properly update the cursor position when using full screen applications like vi. Has anyone out there successfully implemented a termcap on VAX/UNIX which uses the ANSI.SYS device driver with DOS function call #2?