aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-08-02 07:55:16 +0000
committernicm <nicm>2018-08-02 07:55:16 +0000
commit21f8ac2766012a24322c31f3d2e01514bd02fb0c (patch)
treecc82af795cdf2a2a4d767167f08541f1e01e6dfc /tmux.h
parentfe7486d43bfddbaaa8dff12f9d14e13b0d254a28 (diff)
downloadrtmux-21f8ac2766012a24322c31f3d2e01514bd02fb0c.tar.gz
rtmux-21f8ac2766012a24322c31f3d2e01514bd02fb0c.tar.bz2
rtmux-21f8ac2766012a24322c31f3d2e01514bd02fb0c.zip
Make display-panes block the client until a pane is chosen or it times out.
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 af3dddb9..61bb717c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1357,6 +1357,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;