summaryrefslogtreecommitdiff
path: root/ide/whtmlhlp.pas
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-06-01 23:59:59 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-06-01 23:59:59 +0000
commit732dab3df88c6968a6761d5090bcea3fd3bc17c0 (patch)
treec246f48a5d2ce4eb843e6e55ca6ea1976267a1e1 /ide/whtmlhlp.pas
parente5827b078eb2619b15e43913cd104f36a6eb682c (diff)
downloadfpc-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.pas1
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;