Rename ADDITIONA_ANSI_MAPPING to COLOR_ANSI_EXTRA_MAP to better match the settings naming scheme.
This commit is contained in:
parent
982108da33
commit
61ffe5f9fa
2 changed files with 7 additions and 5 deletions
|
|
@ -417,7 +417,7 @@ class ANSIParser(object):
|
|||
(r'|[W', ANSI_BACK_WHITE), # light grey background
|
||||
(r'|[X', ANSI_BACK_BLACK) # pure black background
|
||||
]
|
||||
ext_ansi_map += settings.ADDITIONAL_ANSI_MAPPINGS
|
||||
ext_ansi_map += settings.COLOR_ANSI_EXTRA_MAP
|
||||
|
||||
ansi_bright_bgs = [
|
||||
# "bright" ANSI backgrounds using xterm256 since ANSI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue