Ver código fonte

Make mintty hold for errors

Douglas Thrift 5 anos atrás
pai
commit
54b721cac2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      ssh-handler/OpensshHandler.cs

+ 2 - 2
ssh-handler/OpensshHandler.cs

@@ -148,8 +148,8 @@ public class OpensshHandler : AbstractHandler, Handler
 
         if (minttyPath != null)
         {
-            var minttyCommand = new List<string>(new string[] { minttyPath });
-            
+            var minttyCommand = new List<string>(new string[] { minttyPath, "-h", "error" });
+
             if (cygwinPath != null)
             {
                 string icon = Path.Combine(cygwinPath, "Cygwin-Terminal.ico");