summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-09-25 17:05:36 +0100
committerThomas Adam <thomas@xteddy.org>2012-09-25 17:05:36 +0100
commit48750022c092396e1b9259119fcb9772d6e125f1 (patch)
tree4008645b8d49985039c27316106aa9fed3c36ee9 /input.c
parentce0b285aad74bae8b7e4d8fff1b63749cf6ddf84 (diff)
parent17bbf90393a5599cfe82becdc5c29a7ad48012c4 (diff)
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index f4e138be..960a0e6b 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. */