git: c9cb66f04d33 - main - termcap: add an entry for the foot terminal

Baptiste Daroussin bapt at FreeBSD.org
Sun Feb 21 05:07:16 UTC 2021


The branch main has been updated by bapt:

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

commit c9cb66f04d33b116d1c6f0fbd755e49772506932
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-02-14 05:57:37 +0000
Commit:     Baptiste Daroussin <bapt at 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
 # ------------------------


More information about the dev-commits-src-all mailing list