Update terminis.py
This commit is contained in:
@ -30,9 +30,9 @@ DATA_PATH = os.path.join(DATA_PATH, DIR_NAME)
|
|||||||
CONFIG_PATH = os.path.join(CONFIG_PATH, DIR_NAME)
|
CONFIG_PATH = os.path.join(CONFIG_PATH, DIR_NAME)
|
||||||
|
|
||||||
|
|
||||||
os.environ["NCURSES_NO_UTF8_ACS"] = "1"
|
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
|
if locale.getpreferredencoding() == 'UTF-8':
|
||||||
|
os.environ["NCURSES_NO_UTF8_ACS"] = "1"
|
||||||
|
|
||||||
class Rotation:
|
class Rotation:
|
||||||
CLOCKWISE = 1
|
CLOCKWISE = 1
|
||||||
|
Reference in New Issue
Block a user