From: chaoskagami Date: Sat, 28 May 2016 03:00:38 +0000 (-0400) Subject: More menu stuff X-Git-Tag: stable-1~35 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=f57bc1d48e9038e25bd1417fd74fc1d042d06afb;p=corbenik%2Fcorbenik.git More menu stuff --- diff --git a/source/menu.c b/source/menu.c index 9f29b2f..011b376 100644 --- a/source/menu.c +++ b/source/menu.c @@ -41,8 +41,8 @@ static struct options_s options[] = { { 0, "Options", not_option, 0, 0 }, { OPTION_AUTOBOOT, "Autoboot", boolean_val, 0, 0 }, - { OPTION_SILENCE, "Silent autoboot", boolean_val, 0, 0 }, - { OPTION_TRACE, "Debug pausing during operations", boolean_val, 0, 0 }, + { OPTION_SILENCE, " Stealth mode", boolean_val, 0, 0 }, + { OPTION_TRACE, "Debug pauses during operation", boolean_val, 0, 0 }, { OPTION_TRANSP_BG, "Black -> transparent", boolean_val, 0, 0 }, { OPTION_NO_CLEAR_BG, "Preserve framebuffer", boolean_val, 0, 0 }, @@ -359,6 +359,7 @@ menu_handler() to_menu = menu_main(); break; case MENU_OPTIONS: + cursor_y = cursor_min; // Fixup positions to_menu = menu_options(); break; case MENU_PATCHES: