Skip to content
Snippets Groups Projects
Commit f2bd1d86 authored by tanguy.cavagna's avatar tanguy.cavagna :desktop:
Browse files

Added help text

parent 87620016
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment