git: c61320529d24 - main - x11/foot: regen termcap workaround
Jan Beich
jbeich at FreeBSD.org
Fri Aug 27 14:49:59 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c61320529d246baf4c340e0ba75c65dae566b10d
commit c61320529d246baf4c340e0ba75c65dae566b10d
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-27 13:53:10 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-27 14:34:54 +0000
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).
---
x11/foot/Makefile | 1 +
x11/foot/pkg-message | 10 +++++++---
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
}
]
More information about the dev-commits-ports-all
mailing list