From 7041afc22ae6f84fb20e436cdf6a52b3127a83d9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 2 Feb 2009 21:09:07 +0000 Subject: Add latest ncurses version 5.7 for use with gdb. /trunk/config/debug/gdb.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) --- config/debug/gdb.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 41702bf8..605c06d6 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -155,10 +155,15 @@ config NCURSES_V_5_6 bool prompt "5.6" +config NCURSES_V_5_7 + bool + prompt "5.7" + endchoice config NCURSES_VERSION string default "5.6" if NCURSES_V_5_6 + default "5.7" if NCURSES_V_5_7 endif # GDB_NATIVE --> ncurses -- cgit v1.2.3