summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
commit0bb211978121292518d59430e3547685882078bc (patch)
tree0fbcc60e35bddb0cc2536ab08485a7131f4f1ad2 /options-table.c
parent4e75e82cc35050a244193830bd4d252eee9ad323 (diff)
Add an option (mouse-select-window) which allows the mouse to be used by
clicking on the status line, written by hsim at gmx dot 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 e91222d3..454dbffa 100644
--- a/options-table.c
+++ b/options-table.c
@@ -198,6 +198,11 @@ const struct options_table_entry session_options_table[] = {
.default_num = 0
},
+ { .name = "mouse-select-window",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 0
+ },
+
{ .name = "mouse-utf8",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0