Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!decvax!mcnc!ecsvax!bet From: bet@ecsvax.UUCP Newsgroups: net.micro.pc Subject: Re: (tektroni.1931) ANSI.SYS with DOS Func call #2 Message-ID: <2187@ecsvax.UUCP> Date: Sun, 25-Mar-84 19:47:11 EST Article-I.D.: ecsvax.2187 Posted: Sun Mar 25 19:47:11 1984 Date-Received: Mon, 26-Mar-84 20:55:40 EST Lines: 22 I use a terminal program I wrote in C for the IBM-PC, using the DeSmet C compiler, with assembler for the I/O. I just checked, and I do in fact use DOS function call 2. I am composing this response using vi, with the following termcap: pm|pcmon|IBM-PC using DOS 2.00 ansi device driver (monochrome)|\ :am:bc=^H:bw:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:cr=^M:\ :do=^J:ho=\E[H:kb=^H:li#25:ll=\E[25H:nd=\E[C:\ :pt:se=\E[0m:so=\E[1m:ta=^I:up=\E[A:xt: pc|pccol|IBM-PC using DOS 2.00 ansi device driver (color)|\ :am:bc=^H:bw:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:cr=^M:\ :do=^J:ho=\E[H:kb=^H:li#25:ll=\E[25H:nd=\E[C:\ :pt:se=\E[0;32m:so=\E[1m:ta=^I:up=\E[A:xt: There are two termcap entries because on a color monitor I like green characters on a black background, but using a black-and-white graphics monitor with a color graphics card those attributes are unreadable. I use high-intensity instead of reverse video for standout mode. If anyone wants this terminal emulator, let me know. Bennett Todd ...{decvax,ihnp4,akgua}!mcnc!ecsvax!bet