Made EvCels auto-close colors rather than bleed over. This is necessary to avoid accidental color clashes in tables that fill the cells to a |-border edge (particularly for EvForm.

This commit is contained in:
Griatch 2016-05-23 23:56:44 +02:00
parent 0d5ecb1877
commit ecf6852d46
5 changed files with 17 additions and 19 deletions

View file

@ -76,7 +76,7 @@ class ANSIParser(object):
We also allow to escape colour codes
by prepending with a \ for xterm256,
an extra { for Merc-style codes
an extra | for Merc-style codes
"""
def sub_ansi(self, ansimatch):