summaryrefslogtreecommitdiff
path: root/term/repeat_char.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/repeat_char.h')
-rw-r--r--term/repeat_char.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/repeat_char.h b/term/repeat_char.h
new file mode 100644
index 0000000..689832c
--- /dev/null
+++ b/term/repeat_char.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define repeat_char tigetstr("rep")
+
+/** repeat character #1 #2 times **/
+
+/*
+TERMINFO_NAME(rep)
+TERMCAP_NAME(rp)
+XOPEN(400)
+*/