Variable globals string color_enabled
Add ANSI color codes to string, if terminal-ansi-colors are enabled and stderr prints to a terminal. Example: print(string.color("31;1", "this is red"));
Add ANSI color codes to string, if terminal-ansi-colors are enabled and stderr prints to a terminal. Example: print(string.color("31;1", "this is red"));