summaryrefslogtreecommitdiffstats
path: root/extra/config/menubox.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Jordan Crouse to avoid potential rendering problemsEric Andersen2003-03-101-1/+1
|
* Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen2003-01-231-4/+4
| | | | during 'make menuconfig'
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-041-0/+436
then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik