mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Changed minimised semantics to hide semantics
This commit is contained in:
6
tmux.h
6
tmux.h
@@ -1279,7 +1279,7 @@ struct window_pane {
|
||||
#define PANE_THEMECHANGED 0x2000
|
||||
#define PANE_UNSEENCHANGES 0x4000
|
||||
#define PANE_REDRAWSCROLLBAR 0x8000
|
||||
#define PANE_MINIMISED 0x20000
|
||||
#define PANE_HIDDEN 0x20000
|
||||
#define PANE_SAVED_FLOAT 0x80000 /* saved_float_* fields are valid */
|
||||
|
||||
/* Last floating position/size, saved when the pane is tiled. */
|
||||
@@ -3507,8 +3507,8 @@ void layout_free_cell(struct layout_cell *);
|
||||
void layout_print_cell(struct layout_cell *, const char *, u_int);
|
||||
void layout_destroy_cell(struct window *, struct layout_cell *,
|
||||
struct layout_cell **);
|
||||
void layout_minimise_cell(struct window *, struct layout_cell *);
|
||||
void layout_unminimise_cell(struct window *, struct layout_cell *);
|
||||
void layout_hide_cell(struct window *, struct layout_cell *);
|
||||
void layout_show_cell(struct window *, struct layout_cell *);
|
||||
void layout_redistribute_cells(struct window *, struct layout_cell *,
|
||||
enum layout_type);
|
||||
void layout_resize_layout(struct window *, struct layout_cell *,
|
||||
|
||||
Reference in New Issue
Block a user