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

@@ -71,7 +71,7 @@ typedef struct {
PyObject *overlay_text;
CPUCell *cpu_cells;
GPUCell *gpu_cells;
index_type xstart, ynum, xnum, cursor_x;
index_type xstart, ynum, xnum, cursor_x, text_len;
bool is_active;
bool is_dirty;
struct {