fix(ipc): preserve legacy preedit and bound client waits
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user