Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!cs.pitt.edu!hoffman From: hoffman@cs.pitt.edu (Bob Hoffman) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: HELP! with KA9Q, IBM XT, and Unix termtype... Message-ID: Date: 23 Aug 89 13:25:13 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 The terminal type used with KA9Q is completely independent of the KA9Q software itself and is controlled only by the screen driver you have loaded; in your case, ANSI.SYS. You could modify the 'ansi' termcap entry so that it corresponds more closely with just what ANSI.SYS expects, or you might try a replacement screen driver. There are some drivers available on the net which provide a better VT100 emulation. Two names that come to mind are NANSI.SYS and FANSI-CONSOLE. I have used the unmodified 'ansi' termcap entry and set "stty -tabs" and have been able to use vi without too much trouble. ---Bob.