Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 beta 3/9/83; site sunrise.UUCP
Path: utzoo!linus!philabs!sunrise!jgc
From: jgc@sunrise.UUCP
Newsgroups: net.unix-wizards
Subject: Cursor Motion on Radio Shack Model 100 !
Message-ID: <108@sunrise.UUCP>
Date: Mon, 11-Jul-83 17:33:49 EDT
Article-I.D.: sunrise.108
Posted: Mon Jul 11 17:33:49 1983
Date-Received: Tue, 12-Jul-83 06:06:59 EDT
Organization: Sun Microsystems NY Office
Lines: 37


Here is my latest Radio Shack model 100 termcap entry.

Any guesses as to what the things with (?) do ?

    -- jim (philabs!sunrise!jgc)


MZ|m100|m-100|radio shack model 100:\
	:am:bs:le=^H:li#8:co#40:\
	:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:nd=\EC:ho=\EH:ce=\EK:\
	:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
	:so=\Ep:se=\Eq:al=\EL:dl=\EM:
#
#   esc A  - cursor up
#   esc B  - cursor down
#   esc C  - cursor right
#   esc D  - cursor left
#   esc E  - clear screen and home cursor
#   esc H  - home cursor
#   esc J  - erase to end of screen
#   esc K  - erase to end of line
#   esc L  - insert line
#   esc M  - delete line
#   esc P  - turn off cursor
#   esc Q  - turn on cursor
#   esc T  - sets system line (?)
#   esc U  - resets system line (?)
#   esc V  - turn off LCD (?)
#   esc W  - turn on LCD (?)
#   esc Y row column - cursor motion (:cm=\EY%+ %+ :)
#   esc j  - clear screen, don't move cursor
#   esc l  - erase line, don't move cursor
#   esc p  - begin reverse video
#   esc q  - end reverse video
#   esc del - change char under cursor to space
#