From 8381171c8da683f39441908b419fdeec2df44993 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 May 2022 06:54:53 +0530 Subject: [PATCH] Forgot trailing newline --- kitty/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/keys.c b/kitty/keys.c index 26fa06cde..24ccfda07 100644 --- a/kitty/keys.c +++ b/kitty/keys.c @@ -140,7 +140,7 @@ on_key_input(GLFWkeyevent *ev) { // If we update IME position here it sends GNOME's text input system into // an infinite loop. See https://github.com/kovidgoyal/kitty/issues/5105 screen_draw_overlay_text(screen, NULL); - debug("handled wayland IME done event"); + debug("handled wayland IME done event\n"); return; case GLFW_IME_PREEDIT_CHANGED: update_ime_position(w, screen);