aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-07-06 10:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2022-07-06 10:01:10 +0100
commitb130e951cc3157ef4deeadc25cc668b8e355f234 (patch)
treea0e44afc634668186123f03e891a37b531fa19a5 /tty.c
parent9e19f132f2963d603a881d8e35411348638e5fc0 (diff)
parentd0d2c39decd1c342f2ffdb360e5d6b509b9bb34e (diff)
downloadrtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.tar.gz
rtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.tar.bz2
rtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 78961e47..1f373821 100644
--- a/tty.c
+++ b/tty.c
@@ -2501,7 +2501,7 @@ tty_hyperlink(struct tty *tty, const struct grid_cell *gc,
if (hl == NULL)
return;
- if (gc->link == 0 || !hyperlinks_get(hl, gc->link, &uri, &id))
+ if (gc->link == 0 || !hyperlinks_get(hl, gc->link, &uri, NULL, &id))
tty_putcode_ptr2(tty, TTYC_HLS, "", "");
else
tty_putcode_ptr2(tty, TTYC_HLS, id, uri);