aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-18 18:01:17 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-18 18:01:17 +0100
commita54309147dc4085a312d18d0c5421fbe14d85764 (patch)
tree0ca0e2edd7b0548cdf503e042c207df22c1f3095 /tmux.h
parent0aa959d7a31d28f688cb6cff130164e96ac09934 (diff)
parentfb3c5efa503214b08cae72f89e73ed4eb1bf957c (diff)
downloadrtmux-a54309147dc4085a312d18d0c5421fbe14d85764.tar.gz
rtmux-a54309147dc4085a312d18d0c5421fbe14d85764.tar.bz2
rtmux-a54309147dc4085a312d18d0c5421fbe14d85764.zip
Merge branch 'obsd-master'
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 3deab57d..79601e1f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1047,6 +1047,7 @@ struct tty {
struct evbuffer *in;
struct event event_out;
struct evbuffer *out;
+ size_t written;
struct termios tio;