summaryrefslogtreecommitdiffstats
path: root/scripts/lxdialog
Commit message (Collapse)AuthorAgeFilesLines
* kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg2005-12-1612-2666/+0
| | | | | | | The only lxdialog user i kconfig - for menuconfig. So move it to reflect this. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: truncate too long menu lines in menuconfigSam Ravnborg2005-11-211-3/+3
| | | | | | | menu lines wrapped over too lines when too long - truncate them. Also fixed a coding style issue Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: make lxdialog/menubox.c more readableSam Ravnborg2005-11-201-24/+18
| | | | | | | Utilising a small macro for print_item made wonders for readability for this file. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: Fix indention when using menuconfig in text-onle consolesSam Ravnborg2005-11-201-19/+18
| | | | | | | | When using menuconfig in a text-only console (no X started) the indention was often two spaces wrong. This proved to be a ncurses issue which are worked around by calling wrefresh more often. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: Left aling menu items in menuconfigSam Ravnborg2005-11-201-19/+11
| | | | | | | Keeping menu lines on a fixed position creates less visual noise when navigating the menus. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: Add print_title helper in lxdialogSam Ravnborg2005-11-198-82/+21
| | | | | | Simplify check for long title and use a helper function in util.c Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: lxdialog is now sparse cleanSam Ravnborg2005-11-192-4/+3
| | | | | | | Replacing a gcc idiom with malloc and deleting an unused global variable made lxdialog sparse clean. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: fixup after LindentSam Ravnborg2005-11-198-229/+108
| | | | | | | | Readability are more important then the 80 coloumn limit, so fold several lines to greatly improve readability. Also keep return type on same line as function definition. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* kconfig: Lindent scripts/lxdialogSam Ravnborg2005-11-1910-1847/+1921
| | | | | | | | The lxdialog code was not easy to read. So as first step the code was run through Lindent. Fix-ups will come in next patchset. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* [PATCH] kbuild: signed/unsigned char fix for make menuconfigKeenan Pepper2005-07-272-3/+3
| | | | | Quiet some silly warnings. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-1612-0/+2790
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud