summaryrefslogtreecommitdiff
path: root/config/companion_libs/ncurses.in
blob: 2e98d8e2532bbebe844539ea5023b4db0c0ef84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# expat config file

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

config NCURSES_V_6_0
    bool
    prompt "6.0"

endchoice

config NCURSES_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "6.0" if NCURSES_V_6_0

if NCURSES

config NCURSES_NEW_ABI
    bool
    prompt "ncurses 6.0 ABI support"
    depends on EXPERIMENTAL
    depends on NCURSES
    help
      This option allows you to use the new ncurses-6 ABI.
      It's wise to leave this disabled and stick with the ncurses-5 ABI!

endif # NCURSES