Linux: Update cursor position after all key presses not just pre-edit text changes

Fixes #5241
This commit is contained in:
Kovid Goyal
2022-06-29 11:37:35 +05:30
parent 7fc1735a21
commit 4f8ef05058
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,9 @@ Detailed list of changes
- Wayland: Reduce flicker at startup by not using render frames immediately after a resize (:iss:`5235`)
- Linux: Update cursor position after all key presses not just pre-edit text
changes (:iss:`5241`)
0.25.2 [2022-06-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~