mirror of
https://github.com/tmux/tmux.git
synced 2026-01-11 16:30:22 +00:00
1. Rework floating panes to have a stub layout_cell, 2. Add new <..> format to list-windows & select-layout for floating anes, 3. Fix zooming to work with floating panes, 4. Fix several display issues.
This commit is contained in:
@@ -71,7 +71,7 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct args_value *av;
|
||||
u_int count = args_count(args), curval = 0;
|
||||
|
||||
if (wp->layout_cell == NULL) {
|
||||
if (wp->flags & PANE_FLOATING) {
|
||||
cmdq_error(item, "can't split a floating pane");
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user