mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Some minor fixes.
This commit is contained in:
parent
53c6e5ae52
commit
c0a4f62e95
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ANSI_TAB = "\t"
|
|||
ANSI_SPACE = " "
|
||||
|
||||
# Escapes
|
||||
ANSI_ESCAPES = ("{{", "%%")
|
||||
ANSI_ESCAPES = ("{{", "%%", "\\\\")
|
||||
|
||||
class ANSIParser(object):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue