mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Change so that floating panes are always part of the root layout. From
Dane Jensen.
This commit is contained in:
@@ -105,7 +105,7 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
flags |= SPAWN_EMPTY;
|
||||
|
||||
if (is_floating)
|
||||
lc = layout_get_floating_cell(item, args, w, wp, lc, &cause);
|
||||
lc = layout_get_floating_cell(item, args, w, wp, &cause);
|
||||
else
|
||||
lc = layout_get_tiled_cell(item, args, w, wp, flags, &cause);
|
||||
if (cause != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user