Forgot trailing newline
This commit is contained in:
parent
1b2d54d97a
commit
8381171c8d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user