kabmat
kabmat copied to clipboard
Missing highlight coloring
https://user-images.githubusercontent.com/70294115/167132073-ef67f113-78e0-410b-abf3-a34ba9998879.mov
Hey all! Having an interesting issue. My highlight color doesn't seem to be appearing. I'm including a quick screen capture. Right now, there is no color change to indicate which card is in my focus.
Where can I go to get any useful log output to help with this, and/or does anyone have any ideas? Thanks!
Using MacOS Monterey 12.2.1
I know, I know, I should just use Linux... But my work wants to be a full Mac shop, and this is my work machine. :(
@PlankCipher @mdartmann
This has been reported before and isn't related to your OS. Check #9 out. TL;DR: it will be fixed in the next release where you will be able to change colors (and other stuff) from a config file.
@PlankCipher Thanks for the clarification. I'll remember to check closed issues next time. Looking forward to the release!
Reopening this until implemented/fixed.
Before building, change this line: https://github.com/PlankCipher/kabmat/blob/master/src/main.cpp#L29
from this
init_pair(COLOR_PAIR_BORDER, COLOR_WHITE, -1);
to this
init_pair(COLOR_PAIR_BORDER, COLOR_BLUE, -1);