Skip to content

Commit e804880

Browse files
authored
Merge pull request #1 from Beercow/master
ANSI colors on Windows
2 parents 04de5a2 + 96e5c54 commit e804880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/cstruct/cstruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
COLOR_PURPLE = '\033[1;35m'
5353
COLOR_CYAN = '\033[1;36m'
5454
COLOR_WHITE = '\033[1;37m'
55-
COLOR_NORMAL = '\033[1;m'
55+
COLOR_NORMAL = '\033[1;0m'
5656

5757
COLOR_BG_RED = '\033[1;41m\033[1;37m'
5858
COLOR_BG_GREEN = '\033[1;42m\033[1;37m'

0 commit comments

Comments
 (0)