From 590bf4edc7dee2230ce55f822674812bacfbd3e8 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 16 Mar 2017 11:28:03 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index 5cd1b47..2a22101 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -45,7 +45,7 @@ We have tested different scenarios, 3) Linux client to windows server 4) Third party ssh tools like putty/Cygwin to windows server -For any terminal code changes, please make sure below test cases are passed +While making any terminal code changes, please make sure below manual test cases are passed 1) All the arrow key functions should work properly (up, down, left and right arrows). 2) The backspace, delete, home, end functions keys should work properly. 3) "cls" should clear only the visible window (windows 10+ OS) / should clear entire buffer (prior versions of windows 10 OS).