mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Add -d flag to display-panes to specify timeout, and make 0 mean no
timeout. From Laurens Post.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1870,7 +1870,7 @@ void server_add_accept(int);
|
||||
|
||||
/* server-client.c */
|
||||
u_int server_client_how_many(void);
|
||||
void server_client_set_identify(struct client *);
|
||||
void server_client_set_identify(struct client *, u_int);
|
||||
void server_client_clear_identify(struct client *, struct window_pane *);
|
||||
void server_client_set_key_table(struct client *, const char *);
|
||||
const char *server_client_get_key_table(struct client *);
|
||||
|
||||
Reference in New Issue
Block a user