freebsd-ports/x11/foot/pkg-message
Jan Beich 18a1d5f802 x11/foot: update to 1.9.0
Changes:	https://codeberg.org/dnkl/foot/releases/tag/1.9.0
Reported by:	upstream (via mail)
2021-08-27 14:36:48 +00:00

21 lines
553 B
Plaintext

[
{ type: install
message: <<EOM
Some features require adjusting termcap(5) e.g.,
$ export TERMCAP="${TERM}:bw:hs:ds=\E]2;\E\\:fs=\E\\:kb=\177:ts=\E]2;:vb=\E]555\E\\:tc=${TERM}:"
or providing a separate entry for "foot --term=foot" e.g.,
$ cat >>/etc/termcap
foot|foot terminal emulator:\
:bw:hs:\
:it#8:\
:IC=\E[%d@:K2@: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: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
}
]