=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1102 retrieving revision 1.1103 diff -c -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 **** ! /* $OpenBSD: tmux.h,v 1.1102 2021/04/12 06:50:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1103 2021/04/12 09:36:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1687,1692 **** --- 1687,1693 ---- uint64_t redraw_panes; + int message_ignore_keys; int message_ignore_styles; char *message_string; struct event message_timer; *************** *** 2490,2496 **** 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_clear(struct client *); int status_message_redraw(struct client *); void status_prompt_set(struct client *, struct cmd_find_state *, --- 2491,2497 ---- void status_init(struct client *); void status_free(struct client *); int status_redraw(struct client *); ! 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 *,