mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Forgot trailing newline
This commit is contained in:
@@ -140,7 +140,7 @@ on_key_input(GLFWkeyevent *ev) {
|
|||||||
// If we update IME position here it sends GNOME's text input system into
|
// 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
|
// an infinite loop. See https://github.com/kovidgoyal/kitty/issues/5105
|
||||||
screen_draw_overlay_text(screen, NULL);
|
screen_draw_overlay_text(screen, NULL);
|
||||||
debug("handled wayland IME done event");
|
debug("handled wayland IME done event\n");
|
||||||
return;
|
return;
|
||||||
case GLFW_IME_PREEDIT_CHANGED:
|
case GLFW_IME_PREEDIT_CHANGED:
|
||||||
update_ime_position(w, screen);
|
update_ime_position(w, screen);
|
||||||
|
|||||||
Reference in New Issue
Block a user