summaryrefslogtreecommitdiff
path: root/term/clr_bol.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/clr_bol.h')
-rw-r--r--term/clr_bol.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/clr_bol.h b/term/clr_bol.h
new file mode 100644
index 0000000..4993e07
--- /dev/null
+++ b/term/clr_bol.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define clr_bol tigetstr("el1")
+
+/** clear to beginning of line, inclusive **/
+
+/*
+TERMINFO_NAME(el1)
+TERMCAP_NAME(cb)
+XOPEN(400)
+*/