Skip to content

Commit ee445cc

Browse files
committed
wip: github links in stacks
1 parent ce77b67 commit ee445cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ui/cli/Link.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ export function ttyHyperlink(
2121
'', // params
2222
';',
2323
url,
24-
BEL,
24+
ST,
2525
text,
2626
OSC, '8;;',
27-
BEL,
27+
ST,
2828
].join('')
2929
}
3030

3131
const OSC = '\x1B]'
32+
const ST = '\x9C'
3233
const BEL = '\x07'

0 commit comments

Comments
 (0)