mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Merge branch 'obsd-master'
This commit is contained in:
7
tmux.h
7
tmux.h
@ -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
|
||||
|
Reference in New Issue
Block a user