diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-11-24 18:50:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-11-24 18:50:24 +0000 |
commit | 0a2ef2b932f37d54157d82e526a8097caf9143ba (patch) | |
tree | 10d790321ad8fac46207da6f1526424fe1663825 /tmux.h | |
parent | 7b085136a7291cbcdfcc53182fbd13aaca70306e (diff) | |
parent | 534f9e3ab1a8cd8c10b7546b72e28095ba13b26e (diff) | |
download | rtmux-0a2ef2b932f37d54157d82e526a8097caf9143ba.tar.gz rtmux-0a2ef2b932f37d54157d82e526a8097caf9143ba.tar.bz2 rtmux-0a2ef2b932f37d54157d82e526a8097caf9143ba.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |