From 21f8ac2766012a24322c31f3d2e01514bd02fb0c Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 2 Aug 2018 07:55:16 +0000 Subject: Make display-panes block the client until a pane is chosen or it times out. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit