aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-19 00:01:31 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-19 00:01:31 +0100
commit8c9bbc37495b31f3decaeaa38d21bd42121bcd70 (patch)
tree539f9c3c2d773536c29c69a4baa5b57e0c731019 /tmux.h
parent7da5418758eab32bd247826e512bba3e413936d6 (diff)
parent62ff5e4b010a9db695c79593d20ac92b0aed9558 (diff)
downloadrtmux-8c9bbc37495b31f3decaeaa38d21bd42121bcd70.tar.gz
rtmux-8c9bbc37495b31f3decaeaa38d21bd42121bcd70.tar.bz2
rtmux-8c9bbc37495b31f3decaeaa38d21bd42121bcd70.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 6db92e73..dc305306 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1564,6 +1564,8 @@ struct client {
int flags;
struct key_table *keytable;
+ uint64_t redraw_panes;
+
char *message_string;
struct event message_timer;
u_int message_next;