summaryrefslogtreecommitdiff
path: root/config/companion_libs/ncurses.in
blob: 550cdc05597cfb81e0e6fd3d6e2f406c60362730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# expat config file

choice
    bool
    prompt "ncurses version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config NCURSES_V_5_9
    bool
    prompt "5.9"

endchoice

config NCURSES_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "5.9" if NCURSES_V_5_9