Add configurable option to disable application keypad/cursor keys totally
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6b49379..0d1c932 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -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;