Skip to content

imgcat not working in tmux 3.4 due to unrecognised $TERM value #1

@mkgessen

Description

@mkgessen

Hi @martinlindhe,

Thanks for the lovely library! I noticed that imgcat doesn't work in tmux v3.4, as $TERM yields tmux-256color instead of screen.

The current implementation imgcat.embed() requires os.Getenv("TERM") == "screen" to add the DCS tmux magic. Everything works on tmux 3.4 if I add tmux-256color to the recognized $TERM options.

I can submit a PR if you're interested?

$ tmux -V
tmux 3.4
$ echo $TERM
tmux-256color
$ uname -rm
6.10.10-arch1-1 x86-64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions