Fix a segfault (addr->error was unpredictable following a dotted-dec lookup)
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6b49379..0a2cad6 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -156,6 +156,8 @@ typedef struct {
     int bksp_is_delete;
     int rxvt_homeend;
     int funky_type;
+    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;