El Fri, 5 Sep 2008 11:27:00 +0300 "Nir Tzachar" <tzachar@xxxxxxxxxxxxxxxxxx> escribió: > Changes: > 1) Fixed segfaults in help window. > 2) Removed the instructions window, made the instructions appear as a button > which displays a popup window. > 3) Added hot keys support. As ncurses does not support several colors inside > a menu, keys are highlighted using "()". > 4) Optimized for 80x24 terminals. > 6) Fixed zconf.y to use _menu_init > 7) added nconfig to "make help" > 8) Misc fixes. > > Comments are appreciated. > Cheers. > --- > scripts/kconfig/Makefile | 17 +- > scripts/kconfig/lkc.h | 2 +- > scripts/kconfig/mconf.c | 2 + > scripts/kconfig/menu.c | 2 +- > scripts/kconfig/nconf.c | 2019 +++++++++++++++++++++++++++++++++++ > scripts/kconfig/zconf.tab.c_shipped | 2 +- > scripts/kconfig/zconf.y | 2 +- > 7 files changed, 2041 insertions(+), 5 deletions(-) > create mode 100644 scripts/kconfig/nconf.c Tried it and the segmentation fault disappeared > -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html