From f2bd1d865935e7fe525c3f533ce2ecb6b16aa6dd Mon Sep 17 00:00:00 2001
From: "tanguy.cavagna" <tanguy.cavagna@etu.hesge.ch>
Date: Sat, 18 Jun 2022 18:57:33 +0200
Subject: [PATCH] Added help text

---
 ui/ui.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/ui.c b/ui/ui.c
index 65564df..8853837 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
-- 
GitLab