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

Improve Image Support #484

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    efab6cf View commit details
    Browse the repository at this point in the history
  2. refac: tui.images: Optimize image class selection

    - Change: Execute image class selection logic once and cache the result.
    AnonymouX47 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b264927 View commit details
    Browse the repository at this point in the history
  3. fix: Fix iTerm2's title with image support enabled

    - Fix: Force support support only for the selected image format.
    
      If support is forced for `KittyImage`, then `UrwidImageScreen` will
      emit kitty graphics control sequences to delete images upon starting
      and stoping the screen.
    
    iTerm2 (on Mac OS) doesn't eat up APCs (which kitty graphics control
    sequences are) as it should, instead it writes them to the screen
    and/or to its title bar.
    AnonymouX47 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1ea2e29 View commit details
    Browse the repository at this point in the history