Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 05:07:16 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c9cb66f04d33 - main - termcap: add an entry for the foot terminal
Message-ID:  <202102210507.11L57GYO018938@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit c9cb66f04d33b116d1c6f0fbd755e49772506932
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-02-14 05:57:37 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-02-21 05:06:47 +0000

    termcap: add an entry for the foot terminal
    
    MFC after:      3 days
---
 share/termcap/termcap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/termcap/termcap b/share/termcap/termcap
index 6abd897d0a0d..98e35fdc721b 100644
--- a/share/termcap/termcap
+++ b/share/termcap/termcap
@@ -4769,6 +4769,10 @@ kitty+common|KovId's TTY common properties:\
 	:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?12l\E[?25h:vi=\E[?25l:\
 	:vs=\E[?12;25h:
 
+foot|foot terminal emulator:\
+	:bw:hs:\
+	:ds=\E]2;\E\\:fs=\E\\:kb=\177:ts=\E]2;:vb=\E]555\E\\:\
+	:tc=xterm-256color:
 #
 # END OF TERMCAP
 # ------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102210507.11L57GYO018938>