From 3adcf6836db2222b460b066d8882e0eaf91b3b79 Mon Sep 17 00:00:00 2001 From: Aaron Maynard <34851708+aaronmaynard@users.noreply.github.com> Date: Fri, 28 Feb 2020 00:46:01 -0600 Subject: [PATCH] Windows 10 terminal working client with SSH enabled --- Clients-Supported.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clients-Supported.md b/Clients-Supported.md index 06f113c..2b6e296 100644 --- a/Clients-Supported.md +++ b/Clients-Supported.md @@ -4,6 +4,7 @@ **List of clients that work:** * Bash for Windows / WSL terminal +* `cmd.exe` on Windows with `ssh` * MinGW TTY terminal * PuTTY, KiTTY and similar related programs * Any `xterm`-like terminal emulator (`st`, `rxvt-unicode`, `terminator`, Gnome/xfce/KDE terminals, etc) @@ -11,6 +12,5 @@ * NeoVim embedded terminal (`:terminal`) **List of clients that don't work:** -* `cmd.exe` on Windows with `ssh` * Emacs `eshell` (just use `ansi-term` for ANSI support) * Web terminals that don't support ANSI escape sequences \ No newline at end of file