Allow keys and send-keys to invisible panes, from saggy-kun at users dot

sf dot net.
pull/1/head
nicm 2014-06-23 10:27:05 +00:00
parent 61605c6883
commit 54782af616
1 changed files with 0 additions and 3 deletions

View File

@ -1051,9 +1051,6 @@ window_pane_key(struct window_pane *wp, struct session *sess, int key)
{
struct window_pane *wp2;
if (!window_pane_visible(wp))
return;
if (wp->mode != NULL) {
if (wp->mode->key != NULL)
wp->mode->key(wp, sess, key);