Removed useless double entries for xterm256 regular expressions.

This commit is contained in:
Kimadi 2017-02-05 12:45:11 +01:00 committed by Griatch
parent 5330cf114a
commit 97d46abe85

View file

@ -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