diff options
author | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-06-01 23:59:59 +0000 |
---|---|---|
committer | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2007-06-01 23:59:59 +0000 |
commit | 732dab3df88c6968a6761d5090bcea3fd3bc17c0 (patch) | |
tree | c246f48a5d2ce4eb843e6e55ca6ea1976267a1e1 /ide/whtmlhlp.pas | |
parent | e5827b078eb2619b15e43913cd104f36a6eb682c (diff) | |
download | fpc-732dab3df88c6968a6761d5090bcea3fd3bc17c0.tar.gz |
* Use bright forground colors for ansi files
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@7549 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide/whtmlhlp.pas')
-rw-r--r-- | ide/whtmlhlp.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/whtmlhlp.pas b/ide/whtmlhlp.pas index d9c9da6e88..8218892c59 100644 --- a/ide/whtmlhlp.pas +++ b/ide/whtmlhlp.pas @@ -473,6 +473,7 @@ begin inherited init(R,nil,nil); HTMLOwner:=AOwner; HTMLConsole:=New(PHTMLAnsiConsole,Init(@Self)); + HTMLConsole^.HighVideo; Dispose(Console,Done); Console:=HTMLConsole; HTMLConsole^.Size.X:=80; |