-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
Disabling Background Color #146
Comments
Can you try building with |
It seems the background color depends on whether use_default_colors is used. And that depends on whether HAVE_USE_DEFAULT_COLORS is defined, which the autoconf script does, but not the CMakeLists.txt file, so I figure that the package you're using was configured with cmake and that's why it's missing this feature. Checking for the function and defining that macro in the cmake script should solve it. |
just tried building this with default autoconf config and there's no background which is great! just a fyi in case this could be closed. |
Will do! |
Seems like #168 closes this, let me know if it doesn't :) |
Is it possible to disable to background color when
cmatrix
runs? I have a color theme applied in the terminal so whencmatrix
runs, there's a gray background underneath.The text was updated successfully, but these errors were encountered: