]> Chaos Git - corbenik/corbenik.git/commitdiff
Comment out NYI stuff in menu
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 31 May 2016 09:27:38 +0000 (05:27 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 31 May 2016 09:27:38 +0000 (05:27 -0400)
source/menu.c

index 56e2ed23e7cb9a4502b42163b6b4d684df47b168..ed8f1b7fb53f2fd3677cc2b56c220df877c3b8d9 100644 (file)
@@ -17,7 +17,7 @@ static struct options_s options[] = {
     // space
     { 0, "", not_option, 0, 0 },
     // Patches.
-    { 0, "Patches", not_option, 0, 0 },
+    { 0, "\x1b[32;40mPatches\x1b[0m", not_option, 0, 0 },
 
     { OPTION_SIGPATCH,          "Signature Patch", boolean_val, 0, 0 },
 
@@ -33,24 +33,24 @@ static struct options_s options[] = {
 
     { OPTION_AADOWNGRADE,       "Anti-anti-downgrade", boolean_val, 0, 0 },
 
-    { OPTION_ARM9THREAD,        "ARM9 Thread", boolean_val, 0, 0 },
+//    { OPTION_ARM9THREAD,        "ARM9 Thread", boolean_val, 0, 0 },
 
     // space
     { 0, "", not_option, 0, 0 },
     // Patches.
-    { 0, "Options", not_option, 0, 0 },
+    { 0, "\x1b[32;40mOptions\x1b[0m", not_option, 0, 0 },
 
     { OPTION_AUTOBOOT,          "Autoboot", 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 },
+//    { OPTION_TRANSP_BG,         "Black -> transparent", boolean_val, 0, 0 },
+//    { OPTION_NO_CLEAR_BG,       "Preserve framebuffer", boolean_val, 0, 0 },
 
     { OPTION_READ_ME,           "Hide `Help`", boolean_val, 0, 0 },
 
-    { IGNORE_PATCH_DEPS,   "Ignore dependencies", boolean_val, 0, 0 },
-    { IGNORE_BROKEN_SHIT,  "Allow unsafe options", boolean_val, 0, 0 },
+//    { IGNORE_PATCH_DEPS,   "Ignore dependencies", boolean_val, 0, 0 },
+//    { IGNORE_BROKEN_SHIT,  "Allow unsafe options", boolean_val, 0, 0 },
 
     // Sentinel.
     { -1, "", 0, -1, -1 }, // cursor_min and cursor_max are stored in the last two.
@@ -88,7 +88,7 @@ wait_key()
 void
 header(char* append)
 {
-    fprintf(stdout, "\x1b[33;40m[.corbenik//%s] %s\x1b[0m\n", VERSION, append);
+    fprintf(stdout, "\x1b[30;42m.corbenik//%s %s\x1b[0m\n", VERSION, append);
 }
 
 int