kabmat icon indicating copy to clipboard operation
kabmat copied to clipboard

Missing highlight coloring

Open mainlyetcetera opened this issue 2 years ago • 4 comments

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

mainlyetcetera avatar May 06 '22 12:05 mainlyetcetera

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 avatar May 07 '22 00:05 PlankCipher

@PlankCipher Thanks for the clarification. I'll remember to check closed issues next time. Looking forward to the release!

mainlyetcetera avatar May 10 '22 13:05 mainlyetcetera

Reopening this until implemented/fixed.

PlankCipher avatar Jan 20 '23 04:01 PlankCipher

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);

mike-ap-tc avatar Mar 12 '23 18:03 mike-ap-tc