fix(ipc): preserve legacy preedit and bound client waits

This commit is contained in:
2026-08-14 22:17:59 +09:00
parent 5dc2530951
commit 534ddcd9bb
6 changed files with 309 additions and 29 deletions

View File

@@ -81,7 +81,7 @@ readresp(Im *im, int want, int update, char *commit, int ncommit,
resp) < 0)
return -1;
if(update)
setpreedit(im, pre, resp->npreedit);
setpreedit(im, pre, resp->preeditlen);
return 0;
}