You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2024. It is now read-only.
It seems colors only are available for VT100 terminals. I'm using a tmux-256color terminal when I'm running tmux and outside of tmux, the terminal is xterm-256color.
I'm trying to think of where I've seen the use of 256 colors or at least 16 colors in C/C++ programming before, because I know it applies to more than just VT100 terminals.
Support needs to be extended for other terminals.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems colors only are available for VT100 terminals. I'm using a
tmux-256color
terminal when I'm running tmux and outside of tmux, the terminal isxterm-256color
.I'm trying to think of where I've seen the use of 256 colors or at least 16 colors in C/C++ programming before, because I know it applies to more than just VT100 terminals.
Support needs to be extended for other terminals.
The text was updated successfully, but these errors were encountered: