=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.421 retrieving revision 1.422 diff -c -r1.421 -r1.422 *** src/usr.bin/tmux/tty.c 2022/06/30 09:55:53 1.421 --- src/usr.bin/tmux/tty.c 2022/07/06 07:36:36 1.422 *************** *** 1,4 **** ! /* $OpenBSD: tty.c,v 1.421 2022/06/30 09:55:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty.c,v 1.422 2022/07/06 07:36:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2501,2507 **** if (hl == NULL) return; ! if (gc->link == 0 || !hyperlinks_get(hl, gc->link, &uri, &id)) tty_putcode_ptr2(tty, TTYC_HLS, "", ""); else tty_putcode_ptr2(tty, TTYC_HLS, id, uri); --- 2501,2507 ---- if (hl == NULL) return; ! 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);