Make display-panes block the client until a pane is chosen or it times out.

This commit is contained in:
nicm
2018-08-02 07:55:16 +00:00
parent fe7486d43b
commit 21f8ac2766
2 changed files with 17 additions and 13 deletions

1
tmux.h
View File

@ -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;