:: commit 757cc792fdd2292417de1463bed5d6c735f790b0

mintsuki <mintsuki@protonmail.com> — 2021-07-08 16:05

parents: 969381c1aa

menu: Print comments in cyan instead of green

diff --git a/stage23/menu.c b/stage23/menu.c
index e8907de1..104e9507 100644
--- a/stage23/menu.c
+++ b/stage23/menu.c
@@ -623,7 +623,7 @@ refresh:
 
     set_cursor_pos(0, term_rows - 1);
     if (selected_menu_entry->comment != NULL)
-        print("\e[32m%s\e[0m", selected_menu_entry->comment);
+        print("\e[36m%s\e[0m", selected_menu_entry->comment);
 
     term_double_buffer_flush();
 
tab: 248 wrap: offon