Add notification for input from a pane, from George Nachman.

This commit is contained in:
Nicholas Marriott
2012-09-25 07:41:22 +00:00
parent 0d0b3cf9a4
commit 17bbf90393
4 changed files with 53 additions and 0 deletions

View File

@ -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. */