Commit Diff


commit - b6863de7e1b95fd68623e1a03eca6d3aebc4732e
commit + 13666ca73ef0c29e9f4c6870899943578e637730
blob - fd8e3998605c1d0524bbc75620b264b6d5e2bf60
blob + e5d21416e7880abb2a606e14c19b369d95cbeb0b
--- src/cmd/9term/win.c
+++ src/cmd/9term/win.c
@@ -541,7 +541,7 @@ stdoutproc(void *v)
 			// clumsy but effective: notice password
 			// prompts so we can disable echo.
 			password = 0;
-			if(cistrstr(buf, "password")) {
+			if(cistrstr(buf, "password") || cistrstr(buf, "passphrase")) {
 				int i;
 				
 				i = n;