Windows 10 terminal working client with SSH enabled

Aaron Maynard 2020-02-28 00:46:01 -06:00
parent 98d00ad9bd
commit 3adcf6836d

@ -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