Browse Source

Make mintty hold for errors

Douglas Thrift 5 years ago
parent
commit
54b721cac2
1 changed files with 2 additions and 2 deletions
  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");