gtk-ng: set IM context's input-purpose as terminal
See https://github.com/ghostty-org/ghostty/issues/7987#issuecomment-3187597026pull/8251/head
parent
0930b2daff
commit
ed603b07a5
|
|
@ -152,6 +152,7 @@ template $GhosttySurface: Adw.Bin {
|
||||||
}
|
}
|
||||||
|
|
||||||
IMMulticontext im_context {
|
IMMulticontext im_context {
|
||||||
|
input-purpose: terminal;
|
||||||
preedit-start => $im_preedit_start();
|
preedit-start => $im_preedit_start();
|
||||||
preedit-changed => $im_preedit_changed();
|
preedit-changed => $im_preedit_changed();
|
||||||
preedit-end => $im_preedit_end();
|
preedit-end => $im_preedit_end();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue