mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
gtk-ng: set IM context's input-purpose as terminal (#8251)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user