mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-23 14:28:55 +01:00
Log pane which received input data.
This commit is contained in:
parent
38e3baab2a
commit
6c10fc659a
4
input.c
4
input.c
@ -862,8 +862,8 @@ input_parse(struct window_pane *wp)
|
||||
notify_input(wp, evb);
|
||||
off = 0;
|
||||
|
||||
log_debug("%s: %s, %zu bytes: %.*s", __func__, ictx->state->name, len,
|
||||
(int)len, buf);
|
||||
log_debug("%s: %%%u %s, %zu bytes: %.*s", __func__, wp->id,
|
||||
ictx->state->name, len, (int)len, buf);
|
||||
|
||||
/* Parse the input. */
|
||||
while (off < len) {
|
||||
|
Loading…
Reference in New Issue
Block a user