GNOME Bugzilla – Bug 726176
Stop IMEs when terminal is in no echo mode
Last modified: 2021-06-10 14:48:39 UTC
The no echo mode is often used to type password or to implement interactive console applications. Therefore we should notify IMEs to stop processing (and stop showing the preediting text of my password) in this mode. We can do this by setting the "input-purpose" property of GtkIMContext to GTK_INPUT_PURPOSE_PASSWORD.
Sounds ok to me.
We should watch for (icanon + no echo). No echo on its own is used by all fullscreen and readline apps all the time. Linking back to bug 755371 as ChPe pointed out it's relevant.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/2064.