summaryrefslogtreecommitdiff
path: root/scripts/lxdialog/textbox.c (unfollow)
Commit message (Collapse)Author
2005-12-16kconfig: move lxdialog to scripts/kconfig/lxdialogSam Ravnborg
The only lxdialog user i kconfig - for menuconfig. So move it to reflect this. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2005-11-19kconfig: Add print_title helper in lxdialogSam Ravnborg
Simplify check for long title and use a helper function in util.c Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2005-11-19kconfig: fixup after LindentSam Ravnborg
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>
2005-11-19kconfig: Lindent scripts/lxdialogSam Ravnborg
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>