From 702b8d2cba943f9d1ac17c10c3c7d8f6fda15e00 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 20 Sep 2016 11:33:37 -0700 Subject: [PATCH] Updated Project Status (markdown) --- Project-Status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Status.md b/Project-Status.md index 79d4e8d..9039f7d 100644 --- a/Project-Status.md +++ b/Project-Status.md @@ -8,7 +8,7 @@ Refer to project scope [here](https://github.com/PowerShell/Win32-OpenSSH/wiki/P - Secure ssh-agent: A different version of agent is authored for Windows to fit Windows security model and enable a Single Sign-On experience. #### Work in progress (ETA - 9/23) - - Improving Terminal experience: Interactive remote shell experience in the current version of this project is impacted by a bunch of [issues](https://github.com/PowerShell/Win32-OpenSSH/issues?q=is%3Aopen+is%3Aissue+label%3A%22Terminal+experience%22). Following is being done to address these: + - Improving Terminal experience: Interactive remote shell experience in the current version of this project is impacted by a bunch of [issues](https://github.com/PowerShell/Win32-OpenSSH/labels/Area-Terminal%20experience). Following is being done to address these: - Rewriting client side ANSI parser to enable ssh client to accurately interpret and render VT100 (mapping VT100 to Windows console calls). - Enable ssh server to support rich Windows console application over remote sessions (mapping Windows console calls to VT100) - Validating the following key strokes behavior on multiple SSH targets - CR+LF, BS, Tab and Arrow Keys.