summaryrefslogtreecommitdiff
path: root/term/no_pad_char.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/no_pad_char.h')
-rw-r--r--term/no_pad_char.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/no_pad_char.h b/term/no_pad_char.h
new file mode 100644
index 0000000..d09987a
--- /dev/null
+++ b/term/no_pad_char.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define no_pad_char tigetflag("npc")
+
+/** pad character doesn't exist **/
+
+/*
+TERMINFO_NAME(npc)
+TERMCAP_NAME(NP)
+XOPEN(400)
+*/