This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
diagnostic-flags
/
terminal_urls.rs
5 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Use SVG for terminal url test
2025-09-16 01:53:23 -06:00
//@ compile-flags: -Zterminal-urls=yes --error-format=human --color=always
Introduce `-Zterminal-urls` to use OSC8 for error codes Terminals supporting the OSC8 Hyperlink Extension can support inline anchors where the text is user defineable but clicking on it opens a browser to a specified URLs, just like `<a href="URL">` does in HTML. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
2023-02-09 10:16:00 +00:00
fn
main
(
)
{
test: Use SVG for terminal url test
2025-09-16 01:53:23 -06:00
let
(
)
=
4
;
Introduce `-Zterminal-urls` to use OSC8 for error codes Terminals supporting the OSC8 Hyperlink Extension can support inline anchors where the text is user defineable but clicking on it opens a browser to a specified URLs, just like `<a href="URL">` does in HTML. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
2023-02-09 10:16:00 +00:00
}
Reference in New Issue
Copy Permalink