svn commit: r342863 - head/share/termcap

Mark Johnston markj at FreeBSD.org
Tue Jan 8 17:08:11 UTC 2019


Author: markj
Date: Tue Jan  8 17:08:10 2019
New Revision: 342863
URL: https://svnweb.freebsd.org/changeset/base/342863

Log:
  Add termcap entries for TI Silent 703/707 terminals.
  
  PR:		234716
  Submitted by:	Robert Clausecker <fuz at fuz.su>
  MFC after:	1 week

Modified:
  head/share/termcap/termcap

Modified: head/share/termcap/termcap
==============================================================================
--- head/share/termcap/termcap	Tue Jan  8 15:30:56 2019	(r342862)
+++ head/share/termcap/termcap	Tue Jan  8 17:08:10 2019	(r342863)
@@ -3543,6 +3543,20 @@ ti800|ti omni 800:\
 ti931|ti 931:\
 	:al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :co#80:dl=\EO:do=\EB:\
 	:eo:ho=\EH:li#24:ku=\EA:kd=\EB:kr=\EC:kl=\ED:mi:nd:sf=\Eb:sr=\Ea:up=\EA:
+# From Robert Clausecker <fuz at fuz.su>
+#
+# Terminal entries for the Texas Instruments 703/707
+# hardcopy terminals.
+#
+# The terminal can switch between 80 and 132 column mode
+# using \EPC\\ and \EPD\\, but I don't think there is a
+# capability for that.
+ti703|ti707|Texas Instruments Silent 703/707, 80 cols:\
+	:am:hc:os:xn:\
+	:co#80:it#8:\
+	:do=\n:le=\b:cr=\r:nd= :bl=^G:ta=\t:is=\EPC\\:
+ti703-w|ti707-w|Texas Instruments Silent 703/707, 132 cols:\
+	:co#132:is=\EPD\\:tc=ti703:
 # 
# --------------------------------
 #
 # v: TELEVIDEO


More information about the svn-src-all mailing list