##// END OF EJS Templates
color: fix typo in w32effect for bold_background
Steve Borho -
r11084:4a8d4179 default
parent child Browse files
Show More
@@ -237,7 +237,7 b' try:'
237 'green_background': BACKGROUND_GREEN,
237 'green_background': BACKGROUND_GREEN,
238 'blue_background': BACKGROUND_BLUE,
238 'blue_background': BACKGROUND_BLUE,
239 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
239 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
240 'bold_background': FOREGROUND_INTENSITY,
240 'bold_background': BACKGROUND_INTENSITY,
241 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only
241 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only
242 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only
242 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only
243 }
243 }
General Comments 0
You need to be logged in to leave comments. Login now