gtk-ng: set IM context's input-purpose as terminal

See https://github.com/ghostty-org/ghostty/issues/7987#issuecomment-3187597026
This commit is contained in:
Leah Amelia Chen
2025-08-16 01:28:49 +08:00
parent 0930b2daff
commit ed603b07a5

View File

@@ -152,6 +152,7 @@ template $GhosttySurface: Adw.Bin {
}
IMMulticontext im_context {
input-purpose: terminal;
preedit-start => $im_preedit_start();
preedit-changed => $im_preedit_changed();
preedit-end => $im_preedit_end();