Three new configurable options:
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6747b42..7f14f3d 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -160,8 +160,11 @@ typedef struct {
     int nethack_keypad;
     int alt_f4;                               /* is it special? */
     int alt_space;                    /* is it special? */
+    int alt_only;                     /* is it special? */
     int ldisc_term;
     int scroll_on_key;
+    int scroll_on_disp;
+    int compose_key;
     char wintitle[256];                /* initial window title */
     /* Terminal options */
     int savelines;