mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
meson: optionalize terminfo dependency
ncurses on FreeBSD still uses termcap(5) while foot works fine with xterm-256color sans status line and visible bell. Having more than one ncurses version installed may break other applications. Document -Dterminfo=false uses --term=xterm-256color by default
This commit is contained in:
parent
0b07bf78f0
commit
8b092256d1
5 changed files with 22 additions and 10 deletions
2
foot.ini
2
foot.ini
|
|
@ -10,7 +10,7 @@
|
|||
# initial-window-mode=windowed
|
||||
# pad=2x2
|
||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||
# term=foot
|
||||
# term=foot (or xterm-256color if built with -Dterminfo=false)
|
||||
# login-shell=no
|
||||
# workers=<number of logical CPUs>
|
||||
# bold-text-in-bright=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue