Closed h3x4g0ns closed 1 year ago
Can you try building with make
and using code from the development branch please?
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.
Yes, I think it works via autotools and doesn't work with cmake. I think we could use the commit authored by @Nikoof on his fork. @Nikoof would you like to make a pr from your fork?
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.