From ed6ecfec9dbdae8554db77030384b41e3f3ecec6 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Mon, 29 Jan 2018 13:48:47 -0800 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 188101f..81c551a 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -68,6 +68,7 @@ Unfortunately, this rendering mode is only included with Windows 10. If you're n ### When connected to unix ssh server a) vim command, intermittently the file is opened in the Replace mode. b) top command, clears the previous screen contents. +c) window resize is not supported because of a bug in conhost.exe (conhost.exe is a windows 10 module to parse ANSI sequences). ### When connected to windows ssh server and using powershell a) while executing an unknown command (abcdef) in the powershell, the last line ( + FullyQualifiedErrorId : CommandNotFoundException) is not displayed on the console