diff options
Diffstat (limited to 'config/comp_libs')
-rw-r--r-- | config/comp_libs/ncurses.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/comp_libs/ncurses.in b/config/comp_libs/ncurses.in index c54713cd..4e7e6d47 100644 --- a/config/comp_libs/ncurses.in +++ b/config/comp_libs/ncurses.in @@ -2,7 +2,7 @@ config NCURSES_NEW_ABI bool "ncurses 6.0 ABI support" - depends on EXPERIMENTAL + default y 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! |