summaryrefslogtreecommitdiff
path: root/term/reset_3string.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/reset_3string.h')
-rw-r--r--term/reset_3string.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/reset_3string.h b/term/reset_3string.h
new file mode 100644
index 0000000..17c42a8
--- /dev/null
+++ b/term/reset_3string.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define reset_3string tigetstr("rs3")
+
+/** reset terminal completely to sane modes **/
+
+/*
+TERMINFO_NAME(rs3)
+TERMCAP_NAME(r3)
+XOPEN(400)
+*/