diff options
Diffstat (limited to 'term/zero_motion.h')
-rw-r--r-- | term/zero_motion.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/zero_motion.h b/term/zero_motion.h new file mode 100644 index 0000000..5e7aca0 --- /dev/null +++ b/term/zero_motion.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define zero_motion tigetstr("zerom") + +/** no motion for the subsequent character **/ + +/* +TERMINFO_NAME(zerom) +TERMCAP_NAME(Zx) +XOPEN(400) +*/ |