Parcourir la source

* Use bright forground colors for ansi files

git-svn-id: trunk@7549 -
pierre il y a 18 ans
Parent
commit
9adbca16dd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;