mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add #define for the pane status line option position numbers.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -955,6 +955,11 @@ TAILQ_HEAD(winlink_stack, winlink);
|
||||
#define WINDOW_SIZE_SMALLEST 1
|
||||
#define WINDOW_SIZE_MANUAL 2
|
||||
|
||||
/* Pane border status option. */
|
||||
#define PANE_STATUS_OFF 0
|
||||
#define PANE_STATUS_TOP 1
|
||||
#define PANE_STATUS_BOTTOM 2
|
||||
|
||||
/* Layout direction. */
|
||||
enum layout_type {
|
||||
LAYOUT_LEFTRIGHT,
|
||||
|
Reference in New Issue
Block a user