add preedit to ipc

This commit is contained in:
2026-05-28 17:28:42 +09:00
parent 3a203766d5
commit ef749ba730
3 changed files with 9 additions and 0 deletions

1
srv.c
View File

@@ -11,6 +11,7 @@ sendkey(int fd, u32int ks, u32int mod)
kr.fd = fd;
kr.ks = ks;
kr.mod = mod;
kr.want = 0;
chansend(keyc, &kr);
}