fix(ipc): preserve legacy preedit and bound client waits
This commit is contained in:
@@ -340,7 +340,7 @@ server_connection_ownership(struct ct *t)
|
||||
|
||||
if(!sendkey(t, &b, 0, 0, 'k'))
|
||||
goto cleanup;
|
||||
req = nextrequest(t, &gate, Keypress);
|
||||
req = nextrequestcap(t, &gate, Keypress, 0);
|
||||
CT_EQ_PTR(t, bowner, req.owner);
|
||||
allowrequest(&gate);
|
||||
CT_CHECK(t, readreply(t, &b, 0, nil, 0));
|
||||
|
||||
Reference in New Issue
Block a user