blob: a18224c30ca272f9c3c31e23760e946e06fde914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# libncurses advanced configuration
menu "Configuration"
depends on PACKAGE_libncurses
config LIBNCURSES_TERMINFO
string "extra terminfo files"
help
Whitespace separated list of terminfo files to install
beyond the default terminfo files.
endmenu
|