common, menu: add statusline support
add the possibility to show a statusline when printing a menu Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Jason Hobbs <jason.hobbs@calxeda.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Albert ARIBAUD
parent
9c3483113d
commit
e0611dd97b
@@ -69,6 +69,11 @@ int menu_get_choice(struct menu *m, void **choice);
|
||||
*/
|
||||
int menu_destroy(struct menu *m);
|
||||
|
||||
/*
|
||||
* menu_display_statusline(struct menu *m);
|
||||
* shows a statusline for every menu_display call.
|
||||
*/
|
||||
void menu_display_statusline(struct menu *m);
|
||||
|
||||
Example Code
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user