Browse Source

* Use bright forground colors for ansi files

git-svn-id: trunk@7549 -
pierre 18 years ago
parent
commit
9adbca16dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ide/whtmlhlp.pas

+ 1 - 0
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;