mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-04-08 19:35:37 +02:00
Whether LF should be changed to CR-LF is determined by what the remote sshd server wants. Sequences like ESC[20h is sent by sshd servers in pty ANSI mode. Unix servers usually want LF and Windows servers CR-LF. Added simple ANSI data check now for pty use in interactive mode. Need to expand to simple ANSI engine in future for processing other ANSI terminal attributes.
7 lines
209 B
C
7 lines
209 B
C
/* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_7.1"
|
|
|
|
#define SSH_PORTABLE "p1 Microsoft Pragma Win32 port Oct 7 2015"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|