aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-24 10:01:13 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-24 10:01:13 +0000
commit534f9e3ab1a8cd8c10b7546b72e28095ba13b26e (patch)
tree93aed6f48ab75606b1ed40f04b4a7465520f5b11 /tmux.h
parent3f47ff6ecd7c126474c77d03f7886b7ef232d468 (diff)
parentb32ce34cf2b5e48eab4f626f378d50f365b594a3 (diff)
downloadrtmux-534f9e3ab1a8cd8c10b7546b72e28095ba13b26e.tar.gz
rtmux-534f9e3ab1a8cd8c10b7546b72e28095ba13b26e.tar.bz2
rtmux-534f9e3ab1a8cd8c10b7546b72e28095ba13b26e.zip
Merge branch 'obsd-master'
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 6ed3035c..ed2893b6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1396,6 +1396,7 @@ enum options_table_type {
OPTIONS_TABLE_STYLE
};
enum options_table_scope {
+ OPTIONS_TABLE_NONE,
OPTIONS_TABLE_SERVER,
OPTIONS_TABLE_SESSION,
OPTIONS_TABLE_WINDOW,