Is there a simple way to have the generic Lua console/terminal in windows display colors?
I am basically running the lua53.exe terminal in windows and want to display things with colors.
Mainly in my lua code, I'd like to display debug and error messages in a different color then the default text color. My default color is white in the lua terminal and I would like to output error messages that I print in red and debug in yellow.
I don't want to use other external applications/tools/etc to handle this. I've seen some links for using LOVE to create its own console to get color; and I've seen several ANSI code blocks that don't work natively in windows.