aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-02 11:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-02 11:02:25 +0100
commit79bdca46380826500c7112f0cd513d251ee84607 (patch)
tree4c34332b3efad44825ef0e25b494ce9362186199 /tmux.h
parent89b56c34515574b66851c82f9577b2a926947271 (diff)
parent21f8ac2766012a24322c31f3d2e01514bd02fb0c (diff)
downloadrtmux-79bdca46380826500c7112f0cd513d251ee84607.tar.gz
rtmux-79bdca46380826500c7112f0cd513d251ee84607.tar.bz2
rtmux-79bdca46380826500c7112f0cd513d251ee84607.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 13600f6c..5beebe32 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1361,6 +1361,7 @@ struct client {
void (*identify_callback)(struct client *,
struct window_pane *);
void *identify_callback_data;
+ struct cmdq_item *identify_callback_item;
char *message_string;
struct event message_timer;