VT100 emulator for PCs
Mike Clarkson
mike at ists
Mon Mar 28 19:12:33 AEST 1988
In article <381 at wsccs.UUCP>, terry at wsccs.UUCP (terry) writes:
> In article <8434 at tut.cis.ohio-state.edu>, mdf at 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 at ists.UUCP
Institute for Space and Terrestrial Science
York University, North York, Ontario,
CANADA M3J 1P3 (416) 736-5611
More information about the Comp.unix.questions
mailing list