ccl
ccl copied to clipboard
text cursor in editor/listener not visible in 'dark mode' on macOS 10.15.1
Workaround for now:
$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true
revert this decision:
$ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance