SNAKEEEEEEEEEEEE

This commit is contained in:
2025-10-17 11:15:53 +02:00
parent d09742ba79
commit 0e133aff32
10 changed files with 317 additions and 60 deletions

View File

@@ -90,7 +90,7 @@ static void display_hackerman(void) {
}
void graceful_exit(void) {
mvprintw(5, 5, "Press 'q' to exit.");
mvprintw(25, 5, "Press 'q' to exit.");
while (1) {
switch (getch()) {
case 'q':