aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-11-15 12:01:27 +0000
committerThomas Adam <thomas@xteddy.org>2019-11-15 12:01:27 +0000
commitdbdff241b2f01c18cced24833f2acf56a117e72a (patch)
tree59a886fc65e84ba5f252b26cd570c353f283a02e /tmux.h
parent48cbbb8757efbda11c74b01c5b5126e233fb166c (diff)
parent5dfe9db78820aedd5d4dfe60728e871f935bff36 (diff)
downloadrtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.tar.gz
rtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.tar.bz2
rtmux-dbdff241b2f01c18cced24833f2acf56a117e72a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 44af8c25..53feefd8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -708,6 +708,7 @@ struct screen_sel;
struct screen_titles;
struct screen {
char *title;
+ char *path;
struct screen_titles *titles;
struct grid *grid; /* grid data */
@@ -2361,6 +2362,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 *);
+void screen_set_path(struct screen *, const char *);
void screen_push_title(struct screen *);
void screen_pop_title(struct screen *);
void screen_resize(struct screen *, u_int, u_int, int);