From 58240b0509d11b09ce2994b88308650e7cfb93bd Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 6 Jun 2022 00:11:11 +0200 Subject: game and keyboard small fix --- src/c/keyboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c/keyboard.c') diff --git a/src/c/keyboard.c b/src/c/keyboard.c index fb4361d..47c4a22 100644 --- a/src/c/keyboard.c +++ b/src/c/keyboard.c @@ -54,6 +54,7 @@ void enter() } buffer_index=0; } + else prompt(); return; } -- cgit v1.2.3