hgext/color.py
branchstable
changeset 21227 75aaae8ad660
parent 21190 2606e7f227f6
child 21249 2b8697e20978
--- a/hgext/color.py	Sat May 03 10:33:54 2014 +0200
+++ b/hgext/color.py	Sat May 03 03:29:30 2014 +0200
@@ -230,7 +230,7 @@
                         'cyan': (False, curses.COLOR_CYAN),
                         'white': (False, curses.COLOR_WHITE)}
 except ImportError:
-    _terminfo_params = False
+    _terminfo_params = {}
 
 _styles = {'grep.match': 'red bold',
            'grep.linenumber': 'green',