ccl icon indicating copy to clipboard operation
ccl copied to clipboard

text cursor in editor/listener not visible in 'dark mode' on macOS 10.15.1

Open lispm opened this issue 5 years ago • 2 comments

Workaround for now:

$ defaults write -app "Clozure CL" NSRequiresAquaSystemAppearance -bool true

revert this decision: $ defaults delete -app "Clozure CL" NSRequiresAquaSystemAppearance

lispm avatar Oct 30 '19 10:10 lispm