diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-09-25 07:41:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-09-25 07:41:22 +0000 |
commit | 17bbf90393a5599cfe82becdc5c29a7ad48012c4 (patch) | |
tree | 717f98054941d6ab55195c37db5ffe96ae636fdb /input.c | |
parent | 0d0b3cf9a42f7d9cae2a1c150698a6ed9d9634cf (diff) | |
download | rtmux-17bbf90393a5599cfe82becdc5c29a7ad48012c4.tar.gz rtmux-17bbf90393a5599cfe82becdc5c29a7ad48012c4.tar.bz2 rtmux-17bbf90393a5599cfe82becdc5c29a7ad48012c4.zip |
Add notification for input from a pane, from George Nachman.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |