mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Changed minimised semantics to hide semantics
This commit is contained in:
@@ -110,8 +110,8 @@ cmd_split_window_get_tiled_cell(struct cmdq_item *item, struct args *args,
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
if (wp->flags & PANE_MINIMISED) {
|
||||
cmdq_error(item, "can't split a minimised pane");
|
||||
if (wp->flags & PANE_HIDDEN) {
|
||||
cmdq_error(item, "can't split a hidden pane");
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user