fix: preserve complete Japanese readings

This commit is contained in:
2026-08-12 15:28:16 +09:00
parent 5ae0945015
commit ec7e6eb992
7 changed files with 319 additions and 32 deletions

3
dat.h
View File

@@ -110,7 +110,8 @@ struct Im
{
Lang *l;
Str pre;
Str raw; /* physical keys for the current Telex preedit */
/* Telex history, or the short pending romaji in a Japanese mode. */
Str raw;
Str kouho[Maxkouho];
int nkouho;
int sel;