소스 검색

Make mintty hold for errors

Douglas Thrift 5 년 전
부모
커밋
54b721cac2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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");