Xref: utzoo comp.terminals:655 comp.unix.questions:6285 comp.unix.xenix:1794 Path: utzoo!yunexus!ists!mike From: mike@ists (Mike Clarkson) Newsgroups: comp.terminals,comp.unix.questions,comp.unix.xenix Subject: Re: VT100 emulator for PCs Summary: RFTM, Kermit Message-ID: <173@ists> Date: 28 Mar 88 09:12:33 GMT Article-I.D.: ists.173 Posted: Mon Mar 28 04:12:33 1988 References: <8434@tut.cis.ohio-state.edu> <381@wsccs.UUCP> Organization: I.S.T.S. Lines: 32 In article <381@wsccs.UUCP>, terry@wsccs.UUCP (terry) writes: > In article <8434@tut.cis.ohio-state.edu>, mdf@tut.cis.ohio-state.edu (Mark D. Freeman) writes: > > > > I need a perfect VT100 emulator, to be used to run Microsoft Word and > > SCO Professional on an SCO XENIX system. > > > > MS-KERMIT 2.30 is good, but eats the page-up and page-down keys, which I > > need to implement for their intended use. > > Unfortunately, most communications programs can't fully remap the keyboard. RFTM. Look at the section on (you guessed it) SET KEY and SHOW KEY. You can remap any key with MSKERMIT to be anything you like. I remap to make the page up/down, home/end key send what Emacs wants them to send. Put something in the MSKERMIT.INI file like set key \337 \22 set key \329 \{27}v set key \335 \{27}> set key \327 \{27}< set key \339 \4 set key \338 {\27 } and you're all set for Emacs. Roll you own for you're own individual application or requirements. -- Mike Clarkson mike@ists.UUCP Institute for Space and Terrestrial Science York University, North York, Ontario, CANADA M3J 1P3 (416) 736-5611