Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/termcap Add termcap entry for Olivetti M10 and compati...



details:   https://anonhg.NetBSD.org/src/rev/ef81e42aef2d
branches:  trunk
changeset: 565307:ef81e42aef2d
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Apr 04 07:49:53 2004 +0000

description:
Add termcap entry for Olivetti M10 and compatibles.  From Christian Biere
in PR misc/17739.

diffstat:

 share/termcap/termcap.src |  42 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 18e8ec1e6f2b -r ef81e42aef2d share/termcap/termcap.src
--- a/share/termcap/termcap.src Sun Apr 04 05:32:20 2004 +0000
+++ b/share/termcap/termcap.src Sun Apr 04 07:49:53 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.89 2004/03/29 20:52:38 jdc Exp $
+#      $NetBSD: termcap.src,v 1.90 2004/04/04 07:49:53 jdc Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -9049,6 +9049,46 @@
        :hc:os:\
        :co#80:\
        :bl=^G:cr=^M:do=^J:sf=^J:
+# From
+# http://www.ordersomewherechaos.com/rosso/fetish/m102/web100/docs/termcap.html
+# via Christian Biere <christianbiere%gmx.de@localhost>
+# Termcap for the radio shack model 100 computer running its built-in
+# terminal emulator. The termcap entry was prepared at Microsoft as was
+# the model 100's standard software.
+# escape A cursor up
+# escape B cursor down
+# escape C cursor right
+# escape D cursor left
+# escape E clear screen and home cursor
+# e      H home cursor
+# e      J erase to end of screen
+# e      K erase to end of line
+# e      L insert line
+# e      M delete line
+# e      P turn off cursor
+# e      Q turn on cursor
+# e      T set system line?
+# e      U reset system line?
+# e      V turn off LCD ?
+# e      W turn on LCD ?
+# e      Y row/col cursor motion
+# e      j clear screen don't move cursor
+# e      l erase line   don't move cursor
+# e      p begin rev video
+# e      q end rev video
+# e      del change char under cursor to space
+m10|m100|trs100|TRS100|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:
+m100v|radio shack model 100 with video:\
+       :co#80:do=^_:is=\ED:le=^]:li#24:nd:^\:sr=\EI:up=^^:tc=m100:
+m200|trs200|TRS200|radio shack model 200:\
+       :am:bs:le=^H:li#16: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:
 
 #### Tektronix (tek)
 #



Home | Main Index | Thread Index | Old Index