aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nncmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nncmpp.c b/nncmpp.c
index 6c1aa55..e9c4faf 100644
--- a/nncmpp.c
+++ b/nncmpp.c
@@ -3428,7 +3428,7 @@ app_on_key_timer (void *user_data)
termo_key_t event;
if (termo_getkey_force (g.tk, &event) == TERMO_RES_KEY)
if (!app_process_termo_event (&event))
- app_quit (); // presumably an ESC, questionable
+ beep ();
}
static void