freebsd-ports/x11/wezterm/pkg-message
Jan Beich 48d5cc6dee x11/wezterm: add termcap/terminfo support
Mostly a workaround for bug 247447. On DragonFly and FreeBSD >= 14.0
TERM=wezterm is only useful for debugging.
2021-08-28 13:17:20 +00:00

16 lines
430 B
Text

[
{ type: install
message: <<EOM
Some features require adjusting termcap(5) e.g.,
# To test run: wezterm --config term=\"wezterm\"
$ cat >>/etc/termcap
wezterm|Wez's terminal emulator:\
:it#8:\
:IC=\E[%d@:SF=\E[%dS:SR=\E[%dT:bt=\E[Z:ec=\E[%dX: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:\
:vb=\E[?5h\E[?5l:tc=xterm-256color:
EOM
}
]