diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1043,6 +1043,7 @@ struct tty { struct evbuffer *in; struct event event_out; struct evbuffer *out; + size_t written; struct termios tio; |