aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-09 15:44:33 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-09 15:44:33 +0100
commit4bcb64f8c15e9e928ce8266f01edd2107feb8ef2 (patch)
treea38ac12807850603d223eba51b79d811b6fa8712 /tmux.h
parenta651b08a2f95bb206ae6385801518f93fdd5000e (diff)
parent3b35daacf734dc824b6101e54d62067fde6016b8 (diff)
downloadrtmux-4bcb64f8c15e9e928ce8266f01edd2107feb8ef2.tar.gz
rtmux-4bcb64f8c15e9e928ce8266f01edd2107feb8ef2.tar.bz2
rtmux-4bcb64f8c15e9e928ce8266f01edd2107feb8ef2.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 9e0d67c6..e8ad55ff 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1310,6 +1310,7 @@ struct client {
size_t written;
size_t discarded;
+ size_t redraw;
void (*stdin_callback)(struct client *, int, void *);
void *stdin_callback_data;