summaryrefslogtreecommitdiff
path: root/term/col_addr_glitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/col_addr_glitch.h')
-rw-r--r--term/col_addr_glitch.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/col_addr_glitch.h b/term/col_addr_glitch.h
new file mode 100644
index 0000000..84bb840
--- /dev/null
+++ b/term/col_addr_glitch.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define col_addr_glitch tigetflag("xhpa")
+
+/** only positive motion for TERMCAP(hpa)/TERMCAP(mhpa) **/
+
+/*
+TERMINFO_NAME(xhpa)
+TERMCAP_NAME(YA)
+XOPEN(400)
+*/