FIX: Disable bold mode

This commit is contained in:
Alexander Koblov 2022-01-07 17:19:37 +03:00
commit edb79158fd

View file

@ -1430,7 +1430,7 @@ begin
1: FTermAttr.Bold := True;
4: FTermAttr.Underline := True;
7: FTermAttr.Invert := True;
21: FTermAttr.Bold := False;
22: FTermAttr.Bold := False;
24: FTermAttr.Underline := False;
27: FTermAttr.Invert := False;