Skip to content
Snippets Groups Projects
Commit 8b7f794d6a9d authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

color: also enable by default on windows

I've not found anything related to color + windows on the bug tracker. So I'm
suggesting we get bolder and turn it on for windows too in the release
candidate. We can always backout this changeset if we find serious issue on
windows.
parent 57042e91521a
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
curses = None
_baseterminfoparams = {}
_enabledbydefault = pycompat.osname != 'nt'
_enabledbydefault = True
# start and stop parameters for effects
_effects = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment