gtk-ng: set IM context's input-purpose as terminal (#8251)
commit
4f3553af5b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue