mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Remove code that was already applied.
This commit is contained in:
@@ -1415,14 +1415,6 @@ forward_key:
|
|||||||
}
|
}
|
||||||
if (c->flags & CLIENT_READONLY)
|
if (c->flags & CLIENT_READONLY)
|
||||||
goto out;
|
goto out;
|
||||||
if (wp != NULL &&
|
|
||||||
options_get_number(wp->options, "remain-on-exit") == 3 &&
|
|
||||||
(wp->flags & PANE_EXITED) &&
|
|
||||||
!KEYC_IS_MOUSE(key) && !KEYC_IS_PASTE(key)) {
|
|
||||||
options_set_number(wp->options, "remain-on-exit", 0);
|
|
||||||
server_destroy_pane(wp, 0);
|
|
||||||
goto out;
|
|
||||||
}
|
|
||||||
if (wp != NULL)
|
if (wp != NULL)
|
||||||
window_pane_key(wp, c, s, wl, key, m);
|
window_pane_key(wp, c, s, wl, key, m);
|
||||||
goto out;
|
goto out;
|
||||||
|
|||||||
Reference in New Issue
Block a user