aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-15 20:01:27 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-15 20:01:27 +0100
commit6d6309014e39c377d06a436ebd1e4bec3342edd4 (patch)
treeb31293a33fde05c19fc959f9d384ff171f3bddb7 /tmux.h
parentebeb457385154d2ce48e3375501ad80ebc1e5e25 (diff)
parent53a29a2ffa0d7f167499b67ec36bc7a1adf78b49 (diff)
downloadrtmux-6d6309014e39c377d06a436ebd1e4bec3342edd4.tar.gz
rtmux-6d6309014e39c377d06a436ebd1e4bec3342edd4.tar.bz2
rtmux-6d6309014e39c377d06a436ebd1e4bec3342edd4.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 03425864..dc93928c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2439,6 +2439,8 @@ 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);
+void screen_resize_cursor(struct screen *, u_int, u_int, int, int, u_int *,
+ u_int *);
void screen_set_selection(struct screen *, u_int, u_int, u_int, u_int,
u_int, int, struct grid_cell *);
void screen_clear_selection(struct screen *);