This commit is contained in:
decoded
2022-02-22 07:29:38 -06:00
parent c3f7ee2769
commit b50b70172a

View File

@@ -397,7 +397,7 @@ class dr1p4ns1:
if bold_init and bold_offset==0: if bold_init and bold_offset==0:
fg_color=color_table[default_fg_color] fg_color=color_table[default_fg_color]
else: else:
fg_color=__~ fg_color=__
if not bold_offset==0 and not bold_init: if not bold_offset==0 and not bold_init:
bold_before.append(int(fg_color)) bold_before.append(int(fg_color))
if bold_init and bold_offset==0: if bold_init and bold_offset==0: