IME: Right align overlay when typing at the edge of the screen

When the cursor is at the right edge of the screen, push the overlay to
the left to display the pre-edit text just entered.
This commit is contained in:
pagedown
2023-03-04 16:11:29 +08:00
parent a2887bb9e0
commit 823db08712
3 changed files with 32 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ Detailed list of changes
- When changing the cursor color via escape codes or remote control to a fixed color, do not reset cursor_text_color (:iss:`5994`)
- Input Method Extensions: Fix incorrect rendering of IME in-progress and committed text in some situations (:pull:`6049`)
- Input Method Extensions: Fix incorrect rendering of IME in-progress and committed text in some situations (:pull:`6049`, :pull:`6087`)
- Linux: Reduce minimum required OpenGL version from 3.3 to 3.1 + extensions (:iss:`2790`)