Closed eeeXun closed 3 months ago
The latest commit should give you the previous behaviour again.
However, I should note that using tcell.ColorDefault
will almost always have unintended side effects. Your code uses these implicitly by using tcell.StyleDefault
. I would advise you to always specify an actual color for both background and foreground (unselected and selected).
In the following code, I want to set
unselected
background color to red.This is before 03bdc867bee4ce7355079090c396d9ec861fc4bb
This is after 03bdc867bee4ce7355079090c396d9ec861fc4bb, some areas did not change to red.