Closed
Description
This is a terminal issue and Windows SSH client to Linux/Unix/macOS (*nix) SSH server CASE.
vi is work. but emacs is not work.
OpenSSH for Windows version : 0.0.17.0
Server Linux / Debian / armbian.
Client Windows10
I tried to fix it.
Win32-OpenSSH-0.0.17.0\Win32-OpenSSH-0.0.17.0\contrib\win32\win32compat
console.c
dwAttributes |= (DWORD)ENABLE_VIRTUAL_TERMINAL_PROCESSING | 0x0008;
0x0008 is #define (DISABLE_NEWLINE_AUTO_RETURN)
I don't know if this fix is right.
My fix may work after Anniversary Update for Windows 10.