blob: a27cf7e741f3fe6f95092d23dbfd3443ffcf23aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{ 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@:\
:is=\E[!p\E[4l\E>:rs=\E[!p\E[4l\E>:\
: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
}
]
|