I'd say thie first port of call is "compiler/comphook.pas", line 258:
procedure WriteColoredOutput(var t: Text;color: TOutputColor;const s : AnsiString);
It looks like a simple "$if defined". Gareth aka. Kit On 24/11/2020 00:08, Ryan Joseph via fpc-devel wrote:
On Nov 23, 2020, at 1:33 AM, Michael Van Canneyt via fpc-devel <[email protected]> wrote: I ran the compiler on linux through a ssh session: The colors display just fine, so I see no reason to disable on darwin except that the termio unit is not found...If Florian wants to provide some explanation as to where the colors were added I'll enable them on mac and test them myself. Regards, Ryan Joseph _______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
-- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus _______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
