mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Some more minor fixes.
This commit is contained in:
parent
c6f5f33cbd
commit
0ced5287f4
2 changed files with 8 additions and 5 deletions
|
|
@ -76,9 +76,9 @@ class ANSIParser(object):
|
|||
|
||||
self.mux_ansi_map = [
|
||||
# commented out by default; they (especially blink) are potentially annoying
|
||||
#(r'%r', ANSI_RETURN),
|
||||
#(r'%t', ANSI_TAB),
|
||||
#(r'%b', ANSI_SPACE),
|
||||
(r'%r', ANSI_RETURN),
|
||||
(r'%t', ANSI_TAB),
|
||||
(r'%b', ANSI_SPACE),
|
||||
#(r'%cf', ANSI_BLINK),
|
||||
#(r'%ci', ANSI_INVERSE),
|
||||
(r'%cr', ANSI_RED),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue