mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Store and restore cursor position when copy mode is resized, from
Anindya Mukherjee.
This commit is contained in:
3
tmux.h
3
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 *);
|
||||
|
Reference in New Issue
Block a user