From 0bb211978121292518d59430e3547685882078bc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 18 Apr 2011 19:49:05 +0000 Subject: 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. --- options-table.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'options-table.c') 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 -- cgit