diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-04-12 12:01:32 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-04-12 12:01:32 +0100 |
commit | bedf2bd4372c60a525c22e6309f329cfd0bd07bc (patch) | |
tree | a0b3c4c57781899c1c3d74c12a11a10f69fb7682 /tmux.h | |
parent | 83cd593b9cce8bbdfd8014e13393ec1f1ec90f2e (diff) | |
parent | e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7 (diff) | |
download | rtmux-bedf2bd4372c60a525c22e6309f329cfd0bd07bc.tar.gz rtmux-bedf2bd4372c60a525c22e6309f329cfd0bd07bc.tar.bz2 rtmux-bedf2bd4372c60a525c22e6309f329cfd0bd07bc.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1688,6 +1688,7 @@ struct client { uint64_t redraw_panes; + int message_ignore_keys; int message_ignore_styles; char *message_string; struct event message_timer; @@ -2491,7 +2492,7 @@ struct style_range *status_get_range(struct client *, u_int, u_int); void status_init(struct client *); void status_free(struct client *); int status_redraw(struct client *); -void status_message_set(struct client *, int, int, const char *, ...); +void status_message_set(struct client *, int, int, int, const char *, ...); void status_message_clear(struct client *); int status_message_redraw(struct client *); void status_prompt_set(struct client *, struct cmd_find_state *, |