Some more minor fixes.

This commit is contained in:
Griatch 2012-12-12 01:18:49 +01:00
parent c6f5f33cbd
commit 0ced5287f4
2 changed files with 8 additions and 5 deletions

View file

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