Add -H flag to capture-pane to show hyperlinks.

This commit is contained in:
nicm
2026-06-07 20:03:02 +00:00
parent ae5e0e8c05
commit a532f4868f
4 changed files with 83 additions and 13 deletions

1
tmux.h
View File

@@ -771,6 +771,7 @@ struct colour_palette {
#define GRID_LINE_DEAD 0x4
#define GRID_LINE_START_PROMPT 0x8
#define GRID_LINE_START_OUTPUT 0x10
#define GRID_LINE_HYPERLINK 0x20
/* Grid string flags. */
#define GRID_STRING_WITH_SEQUENCES 0x1