mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Add main-pane-height to the options list (was missed before).
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user