summaryrefslogtreecommitdiff
path: root/poezio/xhtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/xhtml.py')
-rw-r--r--poezio/xhtml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/poezio/xhtml.py b/poezio/xhtml.py
index 170ea8d3..df11d005 100644
--- a/poezio/xhtml.py
+++ b/poezio/xhtml.py
@@ -491,7 +491,8 @@ def convert_simple_to_full_colors(text):
'\x16': '\x196',
'\x17': '\x197',
'\x18': '\x198',
- '\x19': '\x199'
+ '\x19': '\x199',
+ '\x1A': '\x19i'
})
text = text.translate(mapping)