fix: retain the active owner's caret

This commit is contained in:
2026-08-12 15:44:04 +09:00
parent 5ba5cf209c
commit bc5712b6ac
8 changed files with 70 additions and 2 deletions

1
ibus.c
View File

@@ -213,6 +213,7 @@ sendkey(u32int ks, u32int mod, Keyres *res)
{
Keyreq kr;
memset(&kr, 0, sizeof kr);
kr.owner = owner;
kr.op = Keypress;
kr.ks = ks;