aboutsummaryrefslogtreecommitdiff
path: root/x11/foot
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-27 13:53:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-27 14:34:54 +0000
commitc61320529d246baf4c340e0ba75c65dae566b10d (patch)
tree1ea42b6173d826d884b100e7ff6e606da19d2b59 /x11/foot
parent38569d0671fe9dc58c2b10c1690fb0ce11515286 (diff)
downloadports-c61320529d246baf4c340e0ba75c65dae566b10d.tar.gz
ports-c61320529d246baf4c340e0ba75c65dae566b10d.zip
x11/foot: regen termcap workaround
"foot" is generated by "infocmp -Cu foot xterm-256color" but before 0d7758a45b84 bundled up-to-date database was used as a reference, so some capabilities were missing (bug 247447).
Diffstat (limited to 'x11/foot')
-rw-r--r--x11/foot/Makefile1
-rw-r--r--x11/foot/pkg-message10
2 files changed, 8 insertions, 3 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index 8dabc6c37a5d..ce11c54ecb49 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= foot
DISTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
diff --git a/x11/foot/pkg-message b/x11/foot/pkg-message
index 61d6bf89415c..da35de203f53 100644
--- a/x11/foot/pkg-message
+++ b/x11/foot/pkg-message
@@ -9,9 +9,13 @@ or providing a separate entry for "foot --term=foot" e.g.,
$ cat >>/etc/termcap
foot|foot terminal emulator:\
- :bw:hs:\
- :ds=\E]2;\E\\:fs=\E\\:kb=\177:ts=\E]2;:vb=\E]555\E\\:\
- :tc=xterm-256color:
+ :bw:hs:\
+ :it#8:\
+ :SF=\E[%dS:SR=\E[%dT:bt=\E[Z:ds=\E]2;\E\\:ec=\E[%dX:\
+ :fs=\E\\:kb=\177:mb=\E[5m:me=\E[0m:mh=\E[2m:mm=\E[?1034h:\
+ :mo=\E[?1034l:nw@:\
+ :te=\E[?1049l\E[23;0;0t:ti=\E[?1049h\E[22;0;0t:\
+ :ts=\E]2;:vb=\E]555\E\\:tc=xterm-256color:
EOM
}
]