mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-21 23:33:36 -05:00
Use colorama.just_fix_windows_console (#766)
This commit is contained in:
parent
8225a38a01
commit
56827fb2c4
5 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
from isledecomp.bin import Bin as IsleBin
|
||||
import colorama
|
||||
|
||||
colorama.init()
|
||||
colorama.just_fix_windows_console()
|
||||
|
||||
|
||||
# Ignore all compare-db messages.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
from isledecomp.dir import walk_source_dir, is_file_cpp
|
||||
from isledecomp.parser import DecompLinter
|
||||
|
||||
colorama.init()
|
||||
colorama.just_fix_windows_console()
|
||||
|
||||
|
||||
def display_errors(alerts, filename):
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
from pystache import Renderer
|
||||
import colorama
|
||||
|
||||
colorama.init()
|
||||
colorama.just_fix_windows_console()
|
||||
|
||||
|
||||
def gen_json(json_file: str, orig_file: str, data):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
tools/isledecomp
|
||||
capstone
|
||||
clang==16.*
|
||||
colorama
|
||||
colorama>=0.4.6
|
||||
isledecomp
|
||||
pystache
|
||||
pyyaml
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# Ignore all compare-db messages.
|
||||
logging.getLogger("isledecomp.compare").addHandler(logging.NullHandler())
|
||||
|
||||
colorama.init()
|
||||
colorama.just_fix_windows_console()
|
||||
|
||||
|
||||
def parse_args() -> argparse.Namespace:
|
||||
|
|
Loading…
Reference in a new issue