From a486501c0b848b3de9bc355135f1ffec953e057f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Jul 2005 16:28:40 +0000 Subject: * gpg.sgml (http): * g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. --- util/ttyio.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'util/ttyio.c') 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) ) { -- cgit v1.2.3