From acdb56ad5d529a8e138b6781a7549ba0f5a88631 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Aug 2018 06:52:05 +0530 Subject: [PATCH] ... --- kitty/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/keys.c b/kitty/keys.c index e1aeeeff3..ff5d77f33 100644 --- a/kitty/keys.c +++ b/kitty/keys.c @@ -191,7 +191,7 @@ on_key_input(int key, int scancode, int action, int mods, const char* text, int debug("sent key to child\n"); } } else { - debug("ignoring as keyboard mode does not allow repeat events\n"); + debug("ignoring as keyboard mode does not allow %s events\n", action == GLFW_RELEASE ? "release" : "repeat"); } }