Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=803646
Niels de Vos ndevos@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ndevos@redhat.com
--- Comment #1 from Niels de Vos ndevos@redhat.com 2012-03-16 06:40:46 EDT --- english-typing-booster should probably check the flags of the tty.
For example:
1) write something on the terminal $ echo hello world
2) disable echo'ing $ stty -echo
3) write something again $ echo hello world
4) enable echo'ing $ stty echo
5) write something again $ echo hello world
My terminal shows (including input): [ndevos@ndevos-laptop ~]$ echo hello world hello world [ndevos@ndevos-laptop ~]$ stty -echo [ndevos@ndevos-laptop ~]$ hello world [ndevos@ndevos-laptop ~]$ [ndevos@ndevos-laptop ~]$ echo hello world hello world [ndevos@ndevos-laptop ~]$
I am not sure if gnome-terminal offers a way to check the flags in a terminal, but you will probably want to have this functionality for any terminal emulator.