-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tool: support bold headers in Windows #12321
Conversation
- If virtual terminal processing is enabled in Windows then use ANSI escape codes Esc[1m and Esc[22m to turn bold on and off. Suggested-by: Gisle Vanem Ref: curl#11770 Closes #xxxx
What could be done for the link-text on Windows? AFAIK, it's possible with underlined text under VTS, |
Click on it and the "default app" for that link type opens it, yes. Presumably typically a browser. |
That would be hard to accomplish on Windows I guess. |
With Windows Terminal, you can Ctrl-click URLs to open them in your default browser. 🙂 |
Yes, but with some of the other-systems terminals, we can also "mark up" relative URLs used in the headers and spell out the full URL for when someone clicks on them. Ie use more meta-data than what is visible on screen. |
If you end up using OSC 8 (the standard for hyperlinks in terminals) that will work on Windows as well! |
Aha! |
Suggested-by: Gisle Vanem
Ref: #11770
Closes #xxxx
/cc @gvanem @dfandrich