The branch main has been updated by fuz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b98b82a8bff951b5c1dc1b3b590a986e027efd84

commit b98b82a8bff951b5c1dc1b3b590a986e027efd84
Author:     Robert Clausecker <f...@freebsd.org>
AuthorDate: 2025-07-13 10:29:15 +0000
Commit:     Robert Clausecker <f...@freebsd.org>
CommitDate: 2025-07-13 12:23:48 +0000

    share/termcap: ti703 does not actually support tabs
    
    This is a mistake I made when I originally wrote this entry.
    
    Event:          Berlin Hackathon 202507
    MFC after:      1 week
---
 share/termcap/termcap | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/termcap/termcap b/share/termcap/termcap
index 9704d85c942f..3ec56111ed8e 100644
--- a/share/termcap/termcap
+++ b/share/termcap/termcap
@@ -3549,8 +3549,7 @@ ti931|ti 931:\
 # 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:\
+       :am:hc:os:xn:co#80:\
        :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:

Reply via email to