Display hyperlinks in copy mode and add copy_cursor_hyperlink format to

get the hyperlink under the cursor.
This commit is contained in:
nicm
2024-08-27 07:49:07 +00:00
parent d0c8124661
commit 141cd78407
4 changed files with 34 additions and 3 deletions

1
tmux.h
View File

@ -3434,6 +3434,7 @@ u_int hyperlinks_put(struct hyperlinks *, const char *,
int hyperlinks_get(struct hyperlinks *, u_int,
const char **, const char **, const char **);
struct hyperlinks *hyperlinks_init(void);
struct hyperlinks *hyperlinks_copy(struct hyperlinks *);
void hyperlinks_reset(struct hyperlinks *);
void hyperlinks_free(struct hyperlinks *);