mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 08:45:47 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user