1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Add configurable option to disable application keypad/cursor keys totally

[originally from svn r760]
This commit is contained in:
Simon Tatham
2000-10-24 13:49:23 +00:00
parent 779069ccd3
commit fc9b38ed01
4 changed files with 21 additions and 6 deletions

View File

@ -156,6 +156,7 @@ typedef struct {
int bksp_is_delete;
int rxvt_homeend;
int funky_type;
int no_applic; /* totally disable application modes */
int app_cursor;
int app_keypad;
int nethack_keypad;