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
dat.h
View File

@@ -128,6 +128,7 @@ struct Keyreq
int fd;
u32int ks;
u32int mod;
int want; /* nonzero: append preedit after commit */
};
typedef struct Dictreq Dictreq;