summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-05-08 20:34:12 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-05-08 20:34:12 +0000
commitf3741f0653e2a38b9d52851fb187d2592612a7c1 (patch)
treebcf3ac5cb5f3065ac0c895e6452143c823fde48b /options-table.c
parent295ace682020769be8a6a6a02835099d93c392ef (diff)
Add a new option, mouse-resize-pane. When on, panes may be resized by
dragging their borders. From hsim at gmx.li.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 8da5d3a2..8e8b8b5d 100644
--- a/options-table.c
+++ b/options-table.c
@@ -193,6 +193,11 @@ const struct options_table_entry session_options_table[] = {
.default_num = 20
},
+ { .name = "mouse-resize-pane",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 0
+ },
+
{ .name = "mouse-select-pane",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0