Mercurial > hg
changeset 11084:4a8d4179362b
color: fix typo in w32effect for bold_background
author | Steve Borho <steve@borho.org> |
---|---|
date | Sat, 01 May 2010 16:57:02 -0500 |
parents | 4263d8998daa |
children | 0c8646292ca4 |
files | hgext/color.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/color.py Sat May 01 16:03:45 2010 -0500 +++ b/hgext/color.py Sat May 01 16:57:02 2010 -0500 @@ -237,7 +237,7 @@ 'green_background': BACKGROUND_GREEN, 'blue_background': BACKGROUND_BLUE, 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN, - 'bold_background': FOREGROUND_INTENSITY, + 'bold_background': BACKGROUND_INTENSITY, 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only }