In bpython, printed colorstrings blink instead of show color
- Printing a
Colorobject with certain values forcolorinbpythoncauses 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-colorversion is1.2.1
>>> from stringcolor import cs
>>> print(cs('mystring', 'Red'))
Edited by holychowders