aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-07-05 16:24:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-07-05 16:24:13 +0100
commite496a548d7b07c9a4be9ce8e750cf5423e3bafe3 (patch)
tree26b867940c5174e44894050a493a70a5118ba968 /options-table.c
parent3d39b18e319cdd96bf25debcfcf52c03120e3d8e (diff)
parentc7a121cfc0137c907b7bfb0c3fd1bdee395af8aa (diff)
downloadrtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.tar.gz
rtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.tar.bz2
rtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
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 fe21f165..2281d652 100644
--- a/options-table.c
+++ b/options-table.c
@@ -75,6 +75,11 @@ const struct options_table_entry server_options_table[] = {
.default_num = 0
},
+ { .name = "focus-events",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 0
+ },
+
{ .name = "quiet",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0 /* overridden in main() */