summaryrefslogtreecommitdiff
path: root/term/clr_eos.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 20:59:15 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 20:59:15 -0400
commitd01f1d01e3c569aa91c5231690d7fd4847e4ccf6 (patch)
tree96fde4f1491ff3f0a71c793b8335aba0dc7954e4 /term/clr_eos.h
parent5f5a331a818b2fb0b6090ec7dbc01997fd00aa9b (diff)
no need to compile #definesHEADcurses
Diffstat (limited to 'term/clr_eos.h')
-rw-r--r--term/clr_eos.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/clr_eos.h b/term/clr_eos.h
new file mode 100644
index 0000000..cb7f839
--- /dev/null
+++ b/term/clr_eos.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define clr_eos tigetstr("el")
+
+/** clear to end of display **/
+
+/*
+TERMINFO_NAME(el)
+TERMCAP_NAME(ce)
+XOPEN(400)
+*/