mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
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
2 lines
176 B
Meson
2 lines
176 B
Meson
option('ime', type: 'boolean', value: true, description: 'IME (Input Method Editor) support')
|
|
option('terminfo', type: 'boolean', value: true, description: 'Install terminfo')
|