kconfig/lxdialog: clear long menu lines
authorSam Ravnborg <sam@neptun.ravnborg.org>
Sat, 2 Sep 2006 20:01:42 +0000 (22:01 +0200)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Sat, 30 Sep 2006 09:19:20 +0000 (11:19 +0200)
commit737ecae264bc759e2033d99e99138f690f3beabf
tree55193f039f5ddfe55b391bbaecca308671532ae2
parentc29121b787f533d135ae47b5f3044adb66cbebef
kconfig/lxdialog: clear long menu lines

Menulines that were wider than the available
line width is now properly null terminated.

While at it renamed the variable choice => line_y
so it better reflect the usage in do_print_item().

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/lxdialog/menubox.c