Skip to content

Commit a50cbe7

Browse files
committed
wip: github links in stacks
1 parent da6860a commit a50cbe7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ui/cli/Link.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ export function ttyHyperlink(
2828
].join('')
2929
}
3030

31-
const OSC = '\x9D'
32-
const ST = '\x9C'
33-
const BEL = '\x07'
31+
const OSC = '\x1B\x5D'
32+
const ST = '\x1B\x5C'

0 commit comments

Comments
 (0)