aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 15:49:20 +0000
committernicm <nicm>2020-05-16 15:49:20 +0000
commit6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc (patch)
tree4a544351d866147787668a8da3b21214663a71d3 /tmux.h
parentdaa95810b53c25d10c90b85ef6fbf8ab32479e23 (diff)
downloadrtmux-6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc.tar.gz
rtmux-6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc.tar.bz2
rtmux-6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc.zip
Store and restore cursor position when copy mode is resized, from
Anindya Mukherjee.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 3c074519..bd746fe7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2529,8 +2529,7 @@ 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_resize_cursor(struct screen *, u_int, u_int, int, int, 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 *);