aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-02-03 14:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2020-02-03 14:01:25 +0000
commit19d5f4a0bd0126cb9de0129ead81d67abd917d55 (patch)
tree63692157507e0bf62f4aa6396096e75c4a3a3001 /tmux.h
parent6f0241e64522d751ccd19cb70b23e8bf56f306c6 (diff)
parent265164d251f427bf9275c355a4f205c781d70b20 (diff)
downloadrtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.tar.gz
rtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.tar.bz2
rtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index bb4850b2..222f7d43 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2426,7 +2426,7 @@ void screen_free(struct screen *);
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 *);