summaryrefslogtreecommitdiffstats
path: root/doc/README.menu
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.menu')
-rw-r--r--doc/README.menu5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.menu b/doc/README.menu
index 0dad6a2cb8..4ddf91491d 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
------------
OpenPOWER on IntegriCloud