gtk-ng: set IM context's input-purpose as terminal (#8251)

pull/8259/head
Leah Amelia Chen 2025-08-16 01:58:04 +08:00 committed by GitHub
commit 4f3553af5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();