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

Explicitely support tmux, fallback if terminfo isn't available #9

Merged
merged 5 commits into from Dec 28, 2022

Commits on Dec 27, 2022

  1. Explicitely support tmux and zellij, fallback if terminfo isn't avail…

    …able
    
    Within tmux and zellij (and screen but that's pre-existing) we can assume the escape and avoid looking up terminfo. This can help on systems which are a bit bare or broken and don't have a functional terminfo. Even outside of these, we can detect for terminfo and not select the variant if we don't find one, which will fall back to the hardcoded sequence more often.
    passcod committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d18a96a View commit details
    Browse the repository at this point in the history
  2. Update TERMINALS.md

    passcod committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    58c03b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8774d4f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    147704a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    passcod committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    11c0b1b View commit details
    Browse the repository at this point in the history