Explorar el Código

Make mintty hold for errors

Douglas Thrift hace 5 años
padre
commit
54b721cac2
Se han modificado 1 ficheros con 2 adiciones y 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");