On X11, fix IME input lagging behind

IME events and requests where drained on one-by-one basis, however
we should drain all of them at once and send to user.

Links: https://github.com/alacritty/alacritty/issues/7514
This commit is contained in:
Kirill Chibisov 2023-12-31 07:43:02 +04:00 committed by GitHub
parent 1893b0ec42
commit c5a422eed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 39 deletions

View file

@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On X11, fix IME input lagging behind.
- On X11, fix `ModifiersChanged` not sent from xdotool-like input
- On X11, keymap not updated from xmodmap.
- On X11, reduce the amount of time spent fetching screen resources.