mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
More trivial merge errors.
This commit is contained in:
@@ -340,8 +340,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
|||||||
case 0:
|
case 0:
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (remain_on_exit == 2 &&
|
if (WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
|
||||||
WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
|
|
||||||
break;
|
break;
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
case 1:
|
case 1:
|
||||||
|
|||||||
1
tmux.1
1
tmux.1
@@ -3448,6 +3448,7 @@ $ make 2>&1|tmux splitw \-dI &
|
|||||||
.Pp
|
.Pp
|
||||||
All other options have the same meaning as for the
|
All other options have the same meaning as for the
|
||||||
.Ic new\-window
|
.Ic new\-window
|
||||||
|
command.
|
||||||
.Tg nextl
|
.Tg nextl
|
||||||
.It Ic next\-layout Op Fl t Ar target\-window
|
.It Ic next\-layout Op Fl t Ar target\-window
|
||||||
.D1 Pq alias: Ic nextl
|
.D1 Pq alias: Ic nextl
|
||||||
|
|||||||
Reference in New Issue
Block a user