aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-13 18:19:37 +0000
committerGravatar jesopo2018-11-13 18:19:37 +0000
commite5f068f6605770dda82d6c44b092addda6f79750 (patch)
tree0c85126d311e1e59dccf84a72e60d77c829d7b6d /src
parentFix bolding/unbolding code in utils.irc (diff)
signature
Bold reset is 22, not 21
Diffstat (limited to 'src')
-rw-r--r--src/utils/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/consts.py b/src/utils/consts.py
index 00cf3ad1..8b3a28db 100644
--- a/src/utils/consts.py
+++ b/src/utils/consts.py
@@ -45,4 +45,4 @@ ANSI_FORMAT = "\033[%sm"
ANSI_RESET = "\033[0m"
ANSI_COLOR_RESET = "\033[39m"
ANSI_BOLD = "\033[1m"
-ANSI_BOLD_RESET = "\033[21m"
+ANSI_BOLD_RESET = "\033[22m"