aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-18 15:44:17 +0000
committernicm <nicm>2017-04-18 15:44:17 +0000
commitfb3c5efa503214b08cae72f89e73ed4eb1bf957c (patch)
tree6364cf5d1f9eb7c6bcdf473d5faf8389b295805a /tmux.h
parentaace1ead1e711412e4be0287972a389248583ad6 (diff)
downloadrtmux-fb3c5efa503214b08cae72f89e73ed4eb1bf957c.tar.gz
rtmux-fb3c5efa503214b08cae72f89e73ed4eb1bf957c.tar.bz2
rtmux-fb3c5efa503214b08cae72f89e73ed4eb1bf957c.zip
Add a format for number of bytes writtent to client, useful for debugging.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 482f3c74..c472a763 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1043,6 +1043,7 @@ struct tty {
struct evbuffer *in;
struct event event_out;
struct evbuffer *out;
+ size_t written;
struct termios tio;