summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-11-24 09:34:55 +0000
committernicm <nicm>2015-11-24 09:34:55 +0000
commitb32ce34cf2b5e48eab4f626f378d50f365b594a3 (patch)
tree68e20a595a86f22211e35d21c3b141d029562a0e /tmux.h
parent2adf3f42ee451b30ef492229dac322808f93d8dc (diff)
Don't allow options in table without scope set.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a112e7df..591fe54e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1394,6 +1394,7 @@ enum options_table_type {
OPTIONS_TABLE_STYLE
};
enum options_table_scope {
+ OPTIONS_TABLE_NONE,
OPTIONS_TABLE_SERVER,
OPTIONS_TABLE_SESSION,
OPTIONS_TABLE_WINDOW,