Merge branch 'floating_panes' into floating_panes_staging

This commit is contained in:
Nicholas Marriott
2026-05-19 13:26:45 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -340,8 +340,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
case 0:
break;
case 2:
if (remain_on_exit == 2 &&
WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
if (WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
break;
/* FALLTHROUGH */
case 1:

1
tmux.1
View File

@@ -3448,6 +3448,7 @@ $ make 2>&1|tmux splitw \-dI &
.Pp
All other options have the same meaning as for the
.Ic new\-window
command.
.Tg nextl
.It Ic next\-layout Op Fl t Ar target\-window
.D1 Pq alias: Ic nextl