Skip to content

emacs terminal problem #802

Closed
Closed
@icf3

Description

@icf3

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

Expected output
ssh3

Actual output
ssh1

ssh2

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions