engine: update active preedit capability

This commit is contained in:
2026-08-14 18:44:52 +09:00
parent 9a3a92170e
commit b536573622
3 changed files with 68 additions and 18 deletions

3
dat.h
View File

@@ -147,10 +147,11 @@ enum
Keyreset,
Keyrelease,
Keycaret,
Keycap,
};
struct Keyres
{
int eaten;
int eaten; /* Keycap: caller is active and capability was applied. */
Str commit;
Str preedit;
};