forked from pool/crosstool-ng
14 lines
384 B
Diff
14 lines
384 B
Diff
|
Index: crosstool-ng-1.21.0/kconfig/nconf.c
|
||
|
===================================================================
|
||
|
--- crosstool-ng-1.21.0.orig/kconfig/nconf.c
|
||
|
+++ crosstool-ng-1.21.0/kconfig/nconf.c
|
||
|
@@ -1518,7 +1518,7 @@ int main(int ac, char **av)
|
||
|
}
|
||
|
|
||
|
notimeout(stdscr, FALSE);
|
||
|
- ESCDELAY = 1;
|
||
|
+ set_escdelay(1);
|
||
|
|
||
|
/* set btns menu */
|
||
|
curses_menu = new_menu(curses_menu_items);
|