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

Detect tmux as a color terminal #410

Closed
egelja opened this issue Mar 20, 2024 · 1 comment
Closed

Detect tmux as a color terminal #410

egelja opened this issue Mar 20, 2024 · 1 comment

Comments

@egelja
Copy link
Contributor

egelja commented Mar 20, 2024

Just need to add "tmux" to this list

static constexpr std::array<char const*, 14> terms = {
{"ansi", "color", "console", "cygwin", "gnome", "konsole", "kterm", "linux", "msys", "putty",
"rxvt", "screen", "vt100", "xterm"}};

@odygrd
Copy link
Owner

odygrd commented Mar 21, 2024

thanks! added to master

@odygrd odygrd closed this as completed Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants