summaryrefslogtreecommitdiff
path: root/src/colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.py')
-rw-r--r--src/colors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colors.py b/src/colors.py
index c05d49b..df22d30 100644
--- a/src/colors.py
+++ b/src/colors.py
@@ -29,3 +29,5 @@ BG_MAGENTA = esc(45)
BG_CYAN = esc(46)
BG_WHITE = esc(47)
BG_DEFAULT = esc(49)
+
+CLEAR_LINE = "\033[K"