diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-02-03 14:01:25 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-02-03 14:01:25 +0000 |
commit | 19d5f4a0bd0126cb9de0129ead81d67abd917d55 (patch) | |
tree | 63692157507e0bf62f4aa6396096e75c4a3a3001 /tmux.h | |
parent | 6f0241e64522d751ccd19cb70b23e8bf56f306c6 (diff) | |
parent | 265164d251f427bf9275c355a4f205c781d70b20 (diff) | |
download | rtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.tar.gz rtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.tar.bz2 rtmux-19d5f4a0bd0126cb9de0129ead81d67abd917d55.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |