aboutsummaryrefslogtreecommitdiff
path: root/colour.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-27 21:34:10 +1300
committerDavid Phillips <david@sighup.nz>2017-11-27 21:34:10 +1300
commit922a3aedb72c94298441f9b53a9bd8d5b731e5a7 (patch)
treea44def09dc9e9262dcd7535b6363796256b87625 /colour.h
parenta21ef15964b7a242303edb71180ab5f1f45165e5 (diff)
downloadsand-leek-922a3aedb72c94298441f9b53a9bd8d5b731e5a7.tar.xz
Clear status line properly, show "overdue" instead of negative time remaining
Diffstat (limited to 'colour.h')
-rw-r--r--colour.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/colour.h b/colour.h
index 82d41e4..2fe75c2 100644
--- a/colour.h
+++ b/colour.h
@@ -24,7 +24,8 @@
#define COLOUR_BOLD_OFF ANSI_ESC"22m"
#define COLOUR_OFF ANSI_ESC"39m"
-
#define COLOUR_ALL_OFF ANSI_ESC"0m"
+#define COLOUR_ERASE ANSI_ESC"2K"
+
#endif