In bpython, printed colorstrings blink instead of show color

  • Printing a Color object with certain values for color in bpython causes the string to blink in white, rather than print it in the color red.
  • Printing works as expected when using the standard interactive python3
  • Python version is 3.8.10
  • string-color version is 1.2.1
>>> from stringcolor import cs
>>> print(cs('mystring', 'Red'))
Edited by holychowders