diff options
| author | Heiko Schocher <[email protected]> | 2012-01-16 21:13:20 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-02-12 10:11:24 +0100 |
| commit | e0611dd97bb38ba341b3479974eb2a3271de380e (patch) | |
| tree | 3c2de4b1d9ea4b61d753284b6a2121651fa89352 /doc | |
| parent | 9c3483113de1204118a1b252bf4c81b899dd12b4 (diff) | |
common, menu: add statusline support
add the possibility to show a statusline when printing a menu
Signed-off-by: Heiko Schocher <[email protected]>
Cc: Jason Hobbs <[email protected]>
Cc: Mike Frysinger <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.menu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.menu b/doc/README.menu index 0dad6a2cb89..4ddf91491da 100644 --- a/doc/README.menu +++ b/doc/README.menu @@ -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 ------------ |
