mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
Fixes up colours on Windows by using colorama. ANSICON, and other solutions are not reliable.
--- beets/ui/__init__.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
This commit is contained in:
parent
3ffbe171e5
commit
e05bda87b4
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ from beets import library
|
|||
from beets import plugins
|
||||
from beets import util
|
||||
|
||||
import colorama
|
||||
colorama.init()
|
||||
|
||||
# Constants.
|
||||
CONFIG_PATH_VAR = 'BEETSCONFIG'
|
||||
DEFAULT_CONFIG_FILENAME_UNIX = '.beetsconfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue