mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
d900a00d9e
A fast, lightweight and minimalistic Wayland terminal emulator. Features: - Fast - Lightweight, in dependencies, on-disk and in-memory - Wayland native - DE agnostic - User configurable font fallback - On-the-fly font resize - On-the-fly DPI font size adjustment - Scrollback search - Color emoji support - Server/daemon mode - IME (via text-input-v3) - Multi-seat - Synchronized Updates - Sixel image support https://codeberg.org/dnkl/foot
18 lines
401 B
Plaintext
18 lines
401 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:\
|
|
:ds=\E]2;\E\\:fs=\E\\:kb=\177:ts=\E]2;:vb=\E]555\E\\:\
|
|
:tc=xterm-256color:
|
|
EOM
|
|
}
|
|
]
|