mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Remove minimise from staging branch for the moment.
This commit is contained in:
@@ -108,11 +108,6 @@ cmd_split_window_get_tiled_layout_cell(struct cmdq_item *item,
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
if (wp->flags & PANE_MINIMISED) {
|
||||
cmdq_error(item, "can't split a minimised pane");
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
if (window_pane_tile_geometry(w, wp, &size, &flags, &type, item, args,
|
||||
&cause) != 0) {
|
||||
cmdq_error(item, "invalid tiled geometry %s", cause);
|
||||
|
||||
Reference in New Issue
Block a user