[Fedora-i18n-bugs] [Bug 803646] Password is visible on gnome-terminal with English-typing-booster enabled

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 16 10:40:47 UTC 2012


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 at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ndevos at redhat.com

--- Comment #1 from Niels de Vos <ndevos at 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 at ndevos-laptop ~]$ echo hello world
hello world
[ndevos at ndevos-laptop ~]$ stty -echo
[ndevos at ndevos-laptop ~]$ hello world
[ndevos at ndevos-laptop ~]$ [ndevos at ndevos-laptop ~]$ echo hello world
hello world
[ndevos at 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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list