Date: Fri, 27 Aug 2021 14:50:17 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: eda522698142 - 2021Q3 - x11/foot: regen termcap workaround Message-ID: <202108271450.17REoHeJ027225@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=eda5226981422c0843a5cd200f2218260d0c47b8 commit eda5226981422c0843a5cd200f2218260d0c47b8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-27 13:53:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-27 14:50:09 +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). (cherry picked from commit c61320529d246baf4c340e0ba75c65dae566b10d) --- 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 } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108271450.17REoHeJ027225>