=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1102 retrieving revision 1.1103 diff -u -r1.1102 -r1.1103 --- src/usr.bin/tmux/tmux.h 2021/04/12 06:50:25 1.1102 +++ src/usr.bin/tmux/tmux.h 2021/04/12 09:36:12 1.1103 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1102 2021/04/12 06:50:25 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1103 2021/04/12 09:36:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1687,6 +1687,7 @@ uint64_t redraw_panes; + int message_ignore_keys; int message_ignore_styles; char *message_string; struct event message_timer; @@ -2490,7 +2491,7 @@ 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 *,