mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -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
e3a1dfcf5a
commit
15f2bebdcb
5 changed files with 22 additions and 10 deletions
2
foot.ini
2
foot.ini
|
|
@ -1,7 +1,7 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# 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
|
||||
|
||||
# font=monospace:size=8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue