=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.953 retrieving revision 1.954 diff -u -r1.953 -r1.954 --- src/usr.bin/tmux/tmux.h 2020/01/28 13:23:24 1.953 +++ src/usr.bin/tmux/tmux.h 2020/02/03 13:46:27 1.954 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.953 2020/01/28 13:23:24 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.954 2020/02/03 13:46:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2424,7 +2424,7 @@ void screen_reset_tabs(struct screen *); void screen_set_cursor_style(struct screen *, u_int); void screen_set_cursor_colour(struct screen *, const char *); -void screen_set_title(struct screen *, const char *); +int screen_set_title(struct screen *, const char *); void screen_set_path(struct screen *, const char *); void screen_push_title(struct screen *); void screen_pop_title(struct screen *);