fix: preserve emoji commits through XIM

This commit is contained in:
2026-08-12 16:40:58 +09:00
parent 3f5e107230
commit 71af269efe
5 changed files with 62 additions and 3 deletions

3
xim/ximtext.h Normal file
View File

@@ -0,0 +1,3 @@
#include <stddef.h>
char *ximcompound(const char*, size_t, size_t*);