Date: Tue, 15 Jan 2019 02:09:32 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r343034 - stable/12/share/termcap Message-ID: <201901150209.x0F29Wsp058343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Tue Jan 15 02:09:32 2019 New Revision: 343034 URL: https://svnweb.freebsd.org/changeset/base/343034 Log: MFC r342863: Add termcap entries for TI Silent 703/707 terminals. PR: 234716 Modified: stable/12/share/termcap/termcap Directory Properties: stable/12/ (props changed) Modified: stable/12/share/termcap/termcap ============================================================================== --- stable/12/share/termcap/termcap Tue Jan 15 02:05:51 2019 (r343033) +++ stable/12/share/termcap/termcap Tue Jan 15 02:09:32 2019 (r343034) @@ -3531,6 +3531,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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901150209.x0F29Wsp058343>