=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1035 retrieving revision 1.1036 diff -u -r1.1035 -r1.1036 --- src/usr.bin/tmux/tmux.h 2020/05/16 15:49:20 1.1035 +++ src/usr.bin/tmux/tmux.h 2020/05/16 15:54:20 1.1036 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1035 2020/05/16 15:49:20 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1036 2020/05/16 15:54:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1603,6 +1603,7 @@ uint64_t redraw_panes; + int message_ignore_styles; char *message_string; struct event message_timer; @@ -2340,7 +2341,8 @@ void status_init(struct client *); void status_free(struct client *); int status_redraw(struct client *); -void printflike(2, 3) status_message_set(struct client *, const char *, ...); +void printflike(3, 4) status_message_set(struct client *, int, const char *, + ...); void status_message_clear(struct client *); int status_message_redraw(struct client *); void status_prompt_set(struct client *, const char *, const char *,