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

See https://github.com/ghostty-org/ghostty/issues/7987#issuecomment-3187597026
pull/8251/head
Leah Amelia Chen 2025-08-16 01:28:49 +08:00
parent 0930b2daff
commit ed603b07a5
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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();