diff options
Diffstat (limited to 'term/exit_upward_mode.h')
-rw-r--r-- | term/exit_upward_mode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_upward_mode.h b/term/exit_upward_mode.h new file mode 100644 index 0000000..fda525c --- /dev/null +++ b/term/exit_upward_mode.h @@ -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) +*/ |