mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Gaaah, I might have known. Split combined app cursor / app keypad
disablement option into two options so the app cursor keys and app keypad can be controlled separately. The Pedantic Software Award in this case goes to the Midnight Commander for its egregious failure to just use the terminal in Perfectly Normal mode. [originally from svn r766]
This commit is contained in:
3
putty.h
3
putty.h
@ -156,7 +156,8 @@ typedef struct {
|
||||
int bksp_is_delete;
|
||||
int rxvt_homeend;
|
||||
int funky_type;
|
||||
int no_applic; /* totally disable application modes */
|
||||
int no_applic_c; /* totally disable app cursor keys */
|
||||
int no_applic_k; /* totally disable app keypad */
|
||||
int app_cursor;
|
||||
int app_keypad;
|
||||
int nethack_keypad;
|
||||
|
Reference in New Issue
Block a user