X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ddf5b0259b7246c0d3207ceb22ea72379ae64e89..f28cfc5260eb87df0f6f106c837b3e2de640a9bf:/sbr/getpass.c diff --git a/sbr/getpass.c b/sbr/getpass.c index 4b24af3c..66f02da1 100644 --- a/sbr/getpass.c +++ b/sbr/getpass.c @@ -32,7 +32,8 @@ * SUCH DAMAGE. */ -#include +#include "h/mh.h" +#include "getpass.h" #include /* We don't use MAX_PASS here because the maximum password length on a remote @@ -78,7 +79,7 @@ nmh_getpass(const char *prompt) *p++ = ch; *p = '\0'; - if (istty) { + if (istty && fin != stdin) { (void)tcsetattr(fileno(fin), TCSANOW, &oterm); rewind(fout); (void)fputc('\n', fout);