> On Sep 26, 2019, at 4:46 PM, Jonas Maebe <jo...@freepascal.org> wrote:
> 
> In C, \033 inside a string means "the ASCII character with octal value
> 033". In Pascal, \033 instead a string means "\033". Use this instead:
> writeln(#&033'[31;1;4mHello'#&033'[0m');

that’s why! thanks.

Regards,
        Ryan Joseph

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to