summaryrefslogtreecommitdiff
path: root/menu/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu/complex.c')
-rw-r--r--menu/complex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu/complex.c b/menu/complex.c
index 94963474..dcdba8ab 100644
--- a/menu/complex.c
+++ b/menu/complex.c
@@ -137,9 +137,11 @@ int menumain(char *cmdline)
//set_title_info (-1,-1);
//set_misc_info(-1,-1,-1,-1);
+ // Register the menusystem handler
reg_handler(&msys_handler);
TESTING = add_menu(" Testing ");
+ set_menu_pos(5,60);
add_item("Memory Test","Perform extensive memory testing",OPT_RUN, "memtest",0);
add_item("Exit this menu","Go one level up",OPT_EXITMENU,"exit",0);