From 17bbf90393a5599cfe82becdc5c29a7ad48012c4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Sep 2012 07:41:22 +0000 Subject: Add notification for input from a pane, from George Nachman. --- input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input.c') diff --git a/input.c b/input.c index 7a9f0e48..bc4af1f7 100644 --- a/input.c +++ b/input.c @@ -752,6 +752,7 @@ input_parse(struct window_pane *wp) buf = EVBUFFER_DATA(evb); len = EVBUFFER_LENGTH(evb); + notify_input(wp, evb); off = 0; /* Parse the input. */ -- cgit