aboutsummaryrefslogtreecommitdiffstats
path: root/util/ttyio.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-22 16:28:40 +0000
committerWerner Koch <[email protected]>2005-07-22 16:28:40 +0000
commita486501c0b848b3de9bc355135f1ffec953e057f (patch)
treee5525626969c81afd367e72502f2830a229c3a97 /util/ttyio.c
parent* options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactive (diff)
downloadgnupg-a486501c0b848b3de9bc355135f1ffec953e057f.tar.gz
gnupg-a486501c0b848b3de9bc355135f1ffec953e057f.zip
* gpg.sgml (http):
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option.
Diffstat (limited to 'util/ttyio.c')
-rw-r--r--util/ttyio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/ttyio.c b/util/ttyio.c
index 5dde139d2..d1d4ca2fa 100644
--- a/util/ttyio.c
+++ b/util/ttyio.c
@@ -507,11 +507,6 @@ do_get( const char *prompt, int hidden )
else if( c > 0xa0 )
; /* we don't allow 0xa0, as this is a protected blank which may
* confuse the user */
- /* Fixme: The above assumption is not bad. We assum a certain
- character set and even worse, the W32 version behaves
- differently. It is not clear how we can hix this. When
- used for passphrases this code path strips off certain
- characters so changing this might invalidate passphrases. */
else if( iscntrl(c) )
continue;
if( !(i < n-1) ) {