summaryrefslogtreecommitdiffstats
path: root/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'color.py')
-rw-r--r--color.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/color.py b/color.py
index 77517156..9d0ce7c3 100644
--- a/color.py
+++ b/color.py
@@ -210,6 +210,7 @@ class Coloring:
210 if have_fg: 210 if have_fg:
211 bg = a 211 bg = a
212 else: 212 else:
213 have_fg = True
213 fg = a 214 fg = a
214 elif is_attr(a): 215 elif is_attr(a):
215 attr = a 216 attr = a