mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Some trivial bits from master.
This commit is contained in:
@@ -216,7 +216,6 @@ layout_parse(struct window *w, const char *layout, char **cause)
|
||||
if (floating_lc != NULL)
|
||||
ncells += layout_count_cells(floating_lc);
|
||||
if (npanes > ncells) {
|
||||
/* Modify this to open a new pane */
|
||||
xasprintf(cause, "have %u panes but need %u", npanes,
|
||||
ncells);
|
||||
goto fail;
|
||||
|
||||
1
tmux.h
1
tmux.h
@@ -1264,7 +1264,6 @@ struct window_pane {
|
||||
int yoff;
|
||||
|
||||
int flags;
|
||||
int saved_flags;
|
||||
#define PANE_REDRAW 0x1
|
||||
#define PANE_DROP 0x2
|
||||
#define PANE_FOCUSED 0x4
|
||||
|
||||
Reference in New Issue
Block a user