mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Disable bold mode
This commit is contained in:
parent
6e258b78aa
commit
edb79158fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue