mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-09 23:33:46 -05:00
Changes from executor:
- NetHack keypad mode (Shift only works with NumLock off) - Alt-Space handling (best I could manage; not too bad considering) - Event Log rather than Telnet Negotiation Log [originally from svn r284]
This commit is contained in:
@ -57,9 +57,12 @@
|
||||
#define IDC1_KPSTATIC 1010
|
||||
#define IDC1_KPNORMAL 1011
|
||||
#define IDC1_KPAPPLIC 1012
|
||||
#define IDC1_CURSTATIC 1013
|
||||
#define IDC1_CURNORMAL 1014
|
||||
#define IDC1_CURAPPLIC 1015
|
||||
#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 IDC2_WRAPMODE 1001
|
||||
#define IDC2_DECOM 1002
|
||||
|
Reference in New Issue
Block a user