Skip to content
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

Support hyperlinks from pagers #3825

Merged
merged 9 commits into from
Aug 24, 2024
Merged

Support hyperlinks from pagers #3825

merged 9 commits into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. Bump gocui

    stefanhaller committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    250eb14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1acb6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb81fc6 View commit details
    Browse the repository at this point in the history
  4. Add function to render a hyperlink

    It might seem cleaner to integrate this into the text style system, so that you
    could say `ts := ts.Url("some link")` and then `ts.Sprint("my text")`. However,
    this would require adding a new field to TextStyle, which I didn't want to do.
    stefanhaller committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3f7674a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65c0a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61b5983 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb97c30 View commit details
    Browse the repository at this point in the history
  8. Fix Decolorise to also strip hyperlinks

    This is needed so that the information view is correctly aligned when we add
    hyperlinks to it.
    stefanhaller committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b411897 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbd779b View commit details
    Browse the repository at this point in the history