summaryrefslogtreecommitdiff
path: root/src/term/zero_motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term/zero_motion.c')
-rw-r--r--src/term/zero_motion.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/zero_motion.c b/src/term/zero_motion.c
new file mode 100644
index 00000000..1e653d4a
--- /dev/null
+++ b/src/term/zero_motion.c
@@ -0,0 +1,11 @@
+#include <curses.h>
+
+#define zero_motion tigetstr("zerom")
+
+/** no motion for the subsequent character **/
+
+/*
+TERMINFO_NAME(zerom)
+TERMCAP_NAME(Zx)
+XOPEN(400)
+*/