Open LPGhatguy opened 12 months ago
Currently, while composing text with the system IME, the current composition buffer is not shown:
Here is an application that handles this well, Windows Terminal:
I tested several input methods
The winit Ime event contains the content we need
Enabled Preedit Commit Disabled
Among them, Preedit is what we need
Currently, while composing text with the system IME, the current composition buffer is not shown:
Here is an application that handles this well, Windows Terminal: