mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
Add SSH don't-allocate-pty option, and corresponding LF-implies-CR
terminal setting [originally from svn r16]
This commit is contained in:
@ -73,6 +73,7 @@
|
||||
#define IDC2_VTOEMANSI 1015
|
||||
#define IDC2_VTOEMONLY 1016
|
||||
#define IDC2_VTPOORMAN 1017
|
||||
#define IDC2_LFHASCR 1018
|
||||
|
||||
#define IDC3_TTSTATIC 1001
|
||||
#define IDC3_TTEDIT 1002
|
||||
@ -92,6 +93,8 @@
|
||||
#define IDC3_EMBSD 1016
|
||||
#define IDC3_EMRFC 1017
|
||||
|
||||
#define IDC3_NOPTY 1018
|
||||
|
||||
#define IDC4_MBSTATIC 1001
|
||||
#define IDC4_MBWINDOWS 1002
|
||||
#define IDC4_MBXTERM 1003
|
||||
|
Reference in New Issue
Block a user