Explorar o código

Make mintty hold for errors

Douglas Thrift %!s(int64=5) %!d(string=hai) anos
pai
achega
54b721cac2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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");