summaryrefslogtreecommitdiff
path: root/term/exit_alt_charset_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/exit_alt_charset_mode.h')
-rw-r--r--term/exit_alt_charset_mode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_alt_charset_mode.h b/term/exit_alt_charset_mode.h
new file mode 100644
index 0000000..74cdfa3
--- /dev/null
+++ b/term/exit_alt_charset_mode.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define exit_alt_charset_mode tigetstr("rmacs")
+
+/** end alternate character set **/
+
+/*
+TERMINFO_NAME(rmacs)
+TERMCAP_NAME(ae)
+XOPEN(400)
+*/