1
0
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:
Simon Tatham
1999-01-15 11:30:40 +00:00
parent 1e312c2658
commit e68a529cc9
7 changed files with 76 additions and 44 deletions

View File

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