summaryrefslogtreecommitdiff
path: root/poezio/windows/funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/funcs.py')
-rw-r--r--poezio/windows/funcs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/windows/funcs.py b/poezio/windows/funcs.py
index 9d596bcc..ea2941c8 100644
--- a/poezio/windows/funcs.py
+++ b/poezio/windows/funcs.py
@@ -43,6 +43,8 @@ def parse_attrs(text, previous=None):
attrs.append('u')
elif attr_char == 'b':
attrs.append('b')
+ elif attr_char == 'i':
+ attrs.append('i')
if attr_char in DIGITS and attr_char:
color_str = text[next_attr_char+1:text.find('}', next_attr_char)]
if color_str: