We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using xterm on Linux and MacOS with TERM=xterm-256color.
> bat --version bat 0.24.0
Highlighting the following in a file bat.cc
/** bat.cc */ #include "standard.h" #include "bat.h" namespace BAT { void init () { for (int i = 0 ; i < 10 ; ++i) ::printf ("%d\n", i); } }
If the terminal has white foreground on black, the line numbers are invisible. If it has black foreground on white, some of the code is invisible.
The text was updated successfully, but these errors were encountered:
I wonder if this was fixed by #2896
Sorry, something went wrong.
No branches or pull requests
Using xterm on Linux and MacOS with TERM=xterm-256color.
Highlighting the following in a file bat.cc
If the terminal has white foreground on black, the line numbers are invisible. If it has black foreground on white, some of the code is invisible.
The text was updated successfully, but these errors were encountered: