diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-14 20:20:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-14 20:20:04 +0000 |
commit | 615d85fb23e8eea75d3c630eccc21e98dd8a8ec7 (patch) | |
tree | 6a9c912b2b6ddef5b58d72d6364992f3c8c3175f /tmux.h | |
parent | f08c9b2217c148e25a18a11fd55d96d93cbb3736 (diff) | |
download | rtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.tar.gz rtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.tar.bz2 rtmux-615d85fb23e8eea75d3c630eccc21e98dd8a8ec7.zip |
Add main-pane-height to the options list (was missed before).
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -942,7 +942,7 @@ struct set_option_entry { extern const struct set_option_entry set_option_table[]; extern const struct set_option_entry set_window_option_table[]; #define NSETOPTION 26 -#define NSETWINDOWOPTION 19 +#define NSETWINDOWOPTION 20 /* tmux.c */ extern volatile sig_atomic_t sigwinch; |