1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 20:12:48 -05:00

Robert de Bath's Big Patch, part 1

[originally from svn r516]
This commit is contained in:
Simon Tatham
2000-07-26 12:13:51 +00:00
parent 1657255cd7
commit 0d5d39064a
11 changed files with 1225 additions and 696 deletions

View File

@ -54,18 +54,18 @@
#define IDC1_FUNCSTATIC 1007
#define IDC1_FUNCTILDE 1008
#define IDC1_FUNCLINUX 1009
#define IDC1_KPSTATIC 1010
#define IDC1_KPNORMAL 1011
#define IDC1_KPAPPLIC 1012
#define IDC1_KPNH 1013
#define IDC1_CURSTATIC 1014
#define IDC1_CURNORMAL 1015
#define IDC1_CURAPPLIC 1016
#define IDC1_ALTF4 1017
#define IDC1_ALTSPACE 1018
#define IDC1_LDISCTERM 1019
#define IDC1_BLINKCUR 1020
#define IDC1_BEEP 1021
#define IDC1_FUNCXTERM 1010
#define IDC1_KPSTATIC 1011
#define IDC1_KPNORMAL 1012
#define IDC1_KPAPPLIC 1013
#define IDC1_KPNH 1014
#define IDC1_CURSTATIC 1015
#define IDC1_CURNORMAL 1016
#define IDC1_CURAPPLIC 1017
#define IDC1_ALTF4 1018
#define IDC1_ALTSPACE 1019
#define IDC1_LDISCTERM 1020
#define IDC1_SCROLLKEY 1021
#define IDC2_WRAPMODE 1001
#define IDC2_DECOM 1002
@ -79,12 +79,13 @@
#define IDC2_SAVEEDIT 1010
#define IDC2_FONTSTATIC 1011
#define IDC2_CHOOSEFONT 1012
#define IDC2_VTSTATIC 1013
#define IDC2_VTXWINDOWS 1014
#define IDC2_VTOEMANSI 1015
#define IDC2_VTOEMONLY 1016
#define IDC2_VTPOORMAN 1017
#define IDC2_LFHASCR 1018
#define IDC1_BLINKCUR 1020
#define IDC1_BEEP 1021
#define IDC2_SCROLLBAR 1022
#define IDC2_LOCKSIZE 1023
#define IDC2_BCE 1024
#define IDC2_BLINKTEXT 1025
#define IDC3_TTSTATIC 1001
#define IDC3_TTEDIT 1002
@ -137,5 +138,10 @@
#define IDC6_KOI8WIN1251 1003
#define IDC6_88592WIN1250 1004
#define IDC6_CAPSLOCKCYR 1005
#define IDC2_VTSTATIC 1013
#define IDC2_VTXWINDOWS 1014
#define IDC2_VTOEMANSI 1015
#define IDC2_VTOEMONLY 1016
#define IDC2_VTPOORMAN 1017
#endif