mirror of
https://github.com/tmux/tmux.git
synced 2026-04-16 12:06:32 +00:00
Add remain-on-exit key to keep pane around until a key is pressed, from
Michael Grant.
This commit is contained in:
@@ -341,6 +341,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
||||
break;
|
||||
/* FALLTHROUGH */
|
||||
case 1:
|
||||
case 3:
|
||||
if (wp->flags & PANE_STATUSDRAWN)
|
||||
return;
|
||||
wp->flags |= PANE_STATUSDRAWN;
|
||||
|
||||
Reference in New Issue
Block a user