Forgot trailing newline

This commit is contained in:
Kovid Goyal 2022-05-24 06:54:53 +05:30
parent 1b2d54d97a
commit 8381171c8d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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);