Fix mouse_hyperlink format in copy mode. From someone in GitHub issue

4418.
This commit is contained in:
nicm
2025-03-21 14:04:26 +00:00
parent a541be3951
commit f101762d1b
3 changed files with 17 additions and 0 deletions

1
tmux.h
View File

@ -3338,6 +3338,7 @@ char *window_copy_get_word(struct window_pane *, u_int, u_int);
char *window_copy_get_line(struct window_pane *, u_int);
int window_copy_get_current_offset(struct window_pane *, u_int *,
u_int *);
char *window_copy_get_hyperlink(struct window_pane *, u_int, u_int);
/* window-option.c */
extern const struct window_mode window_customize_mode;