mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
Closes #46795 This PR aims to correctly detect the hyperlinks in cases like the following, where box-drawing characters immediately precede the path (without spaces in between). ``` ╭─[Cargo.toml:55:1] ... ╰──── ``` The only false negative with the fix in this PR would be that a file path really contains leading box drawing characters which I think is very unlikely. --- Release Notes: - Fixed an issue where the hyperlinks would not be properly detected in the terminal if they were preceded by box-drawing characters (like ─, │, ┌, ┐) Signed-off-by: Charlie-XIAO <yx2436@nyu.edu> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||