diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-09-25 17:02:41 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-09-25 17:02:41 +0100 |
commit | 7cf00d6b7206bcf75c626551bd2c008c2df2e387 (patch) | |
tree | 5c014cbfda8f412bfb4eb4ec4ab3434e0c4222e4 /tmux.h | |
parent | cbf1504fca76af655430228c56263c4f8397850f (diff) | |
parent | 7d59f82cf96a91ac560d06aef0fe5c8880cf2244 (diff) | |
download | rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.tar.gz rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.tar.bz2 rtmux-7cf00d6b7206bcf75c626551bd2c008c2df2e387.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -63,11 +63,8 @@ struct tmuxproc; #define TMUX_CONF "/etc/tmux.conf" #endif -/* - * Minimum layout cell size, NOT including separator line. The scroll region - * cannot be one line in height so this must be at least two. - */ -#define PANE_MINIMUM 2 +/* Minimum layout cell size, NOT including border lines. */ +#define PANE_MINIMUM 1 /* Minimum and maximum window size. */ #define WINDOW_MINIMUM PANE_MINIMUM |