Created by: zeffii
- upon sverchok load, it can check if the termnial supports colors, this is stored in a variable inside utils/ascii_print
-
ascii_print.str_color(text, color_id)
will return the string with color markup if terminal can display them. - adds colors to output of
@duration
just experimenting.. args and kwargs will need to be introspected to avoid printing out large lists of incoming data.