diff --git a/ui/ui.c b/ui/ui.c index 65564dfbaef3ae3dfc08e1674af4455f0e0163bb..8853837e53adaff161c3f80518f055c1a49b91f3 100644 --- a/ui/ui.c +++ b/ui/ui.c @@ -184,6 +184,7 @@ int show_menu() { attron(A_DIM); printw_center("Use arrow keys to move; Enter to chose", MENU_CHOICE_Y_OFFSET + 10 - menu_offset_modifer()); + printw_center("Exit the gamemode you entered by pressing CTRL-W", MENU_CHOICE_Y_OFFSET + 11 - menu_offset_modifer()); attroff(A_DIM); // Menu choices handler