summaryrefslogtreecommitdiff
path: root/term/pad_char.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/pad_char.h')
-rw-r--r--term/pad_char.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/pad_char.h b/term/pad_char.h
new file mode 100644
index 0000000..831e3d7
--- /dev/null
+++ b/term/pad_char.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define pad_char tigetstr("pad")
+
+/** pd characters (rather than null) **/
+
+/*
+TERMINFO_NAME(pad)
+TERMCAP_NAME(pc)
+XOPEN(400)
+*/