Skip to content

Autodetect sixel support with escape codes #115

@jedahan

Description

@jedahan

Instead of maintaining a list of TERM, something like

read -s -t 1 -d "c" -p $'\e[c' >&2
if [[ $REPLY =~ ";4;" ]]; then
  RenderTarget::Sixel
fi

from hackerb9/lsix@5bddfe0

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