mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 09:45:41 +00:00
Add -H flag to capture-pane to show hyperlinks.
This commit is contained in:
2
grid.c
2
grid.c
@@ -125,6 +125,8 @@ grid_extended_cell(struct grid_line *gl, struct grid_cell_entry *gce,
|
||||
else if (gce->offset >= gl->extdsize)
|
||||
fatalx("offset too big");
|
||||
gl->flags |= GRID_LINE_EXTENDED;
|
||||
if (gc->link != 0)
|
||||
gl->flags |= GRID_LINE_HYPERLINK;
|
||||
|
||||
if (gc->flags & GRID_FLAG_TAB)
|
||||
uc = gc->data.width;
|
||||
|
||||
Reference in New Issue
Block a user