summaryrefslogtreecommitdiff
path: root/term/exit_upward_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/exit_upward_mode.c')
-rw-r--r--term/exit_upward_mode.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_upward_mode.c b/term/exit_upward_mode.c
new file mode 100644
index 0000000..fda525c
--- /dev/null
+++ b/term/exit_upward_mode.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define exit_upward_mode tigetstr("rum")
+
+/** enable downward (normal) carriage motion **/
+
+/*
+TERMINFO_NAME(rum)
+TERMCAP_NAME(ZX)
+XOPEN(400)
+*/