Keyboard handling patch from RDB: the Windows Application key is now
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 5e881e1..061074b 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -205,6 +205,7 @@ typedef struct {
     int scroll_on_key;
     int scroll_on_disp;
     int compose_key;
+    int ctrlaltkeys;
     char wintitle[256];                /* initial window title */
     /* Terminal options */
     int savelines;