summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 147d4b2..ca27196 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -289,7 +289,7 @@ int menu_show(int m)
#endif
/* Put the cursor on the first line and draw the menu */
- put_cursor(m, 0);
+ put_cursor(m, menus[m].cursor);
while (!exit) {
key = button_get_w_tmo(HZ/2);