=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1107 retrieving revision 1.1108 diff -u -r1.1107 -r1.1108 --- src/usr.bin/tmux/tmux.h 2021/06/10 07:38:28 1.1107 +++ src/usr.bin/tmux/tmux.h 2021/06/10 07:43:44 1.1108 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1107 2021/06/10 07:38:28 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1108 2021/06/10 07:43:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2749,6 +2749,7 @@ const struct grid_cell *); void screen_alternate_on(struct screen *, struct grid_cell *, int); void screen_alternate_off(struct screen *, struct grid_cell *, int); +const char *screen_mode_to_string(int); /* window.c */ extern struct windows windows;