]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - dialog.h
Add some index terms for host key overrides.
[PuTTY.git] / dialog.h
index 9ea8599ea0513af334fccf44698195fb870fea31..6f454f566c2e12a1055ac3f497bd082d1c0ac42b 100644 (file)
--- a/dialog.h
+++ b/dialog.h
@@ -345,6 +345,12 @@ union control {
         */
        int ncols;                     /* number of columns */
        int *percentages;              /* % width of each column */
+        /*
+         * Flag which can be set to FALSE to suppress the horizontal
+         * scroll bar if a list box entry goes off the right-hand
+         * side.
+         */
+        int hscroll;
     } listbox;
     struct {
        STANDARD_PREFIX;