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

This commit is contained in:
Leah Amelia Chen
2025-08-16 01:58:04 +08:00
committed by GitHub

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