Add a format for number of bytes writtent to client, useful for debugging.

This commit is contained in:
nicm
2017-04-18 15:44:17 +00:00
parent aace1ead1e
commit fb3c5efa50
4 changed files with 4 additions and 0 deletions

1
tmux.h
View File

@ -1043,6 +1043,7 @@ struct tty {
struct evbuffer *in;
struct event event_out;
struct evbuffer *out;
size_t written;
struct termios tio;