mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Removed useless double entries for xterm256 regular expressions.
This commit is contained in:
parent
5330cf114a
commit
97d46abe85
1 changed files with 0 additions and 6 deletions
|
|
@ -424,12 +424,6 @@ class ANSIParser(object):
|
|||
# the sub_xterm256 method
|
||||
|
||||
xterm256_map = [
|
||||
(r'\{[0-5]{3}', ""), # {123 - foreground colour
|
||||
(r'\{\[[0-5]{3}', ""), # {[123 - background colour
|
||||
## -style
|
||||
(r'\|[0-5]{3}', ""), # |123 - foreground colour
|
||||
(r'\|\[[0-5]{3}', ""), # |[123 - background colour
|
||||
|
||||
(r'\{[0-5]{3}', ""), # {123 - foreground colour
|
||||
(r'\{\[[0-5]{3}', ""), # {[123 - background colour
|
||||
## |-style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue