-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Implement terminal hyperlinks #300
Comments
This is interesting -- but I am concerned that it's hard to specify this cleanly, and it will need some kind of new API as the rendering will vary from terminal to terminal. It needs some thought. |
tcell needs to keep a record of what the occupants of every cell are. This is pretty hard to do with this approach, and will put some fairly big challenges on the application code. |
Hi, i'm writing an IRC client on top of tcell and this is an interesting feature to have when links wrap on multiple lines. How do you want this to be implemented?
How about a Lines 25 to 29 in 19e1709
and a function to set its value (when func (s Style) Hyperlink(url string) Style {} |
From: rivo/tview#108
The text was updated successfully, but these errors were encountered: