mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user