summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 19:23:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 19:23:48 +0000
commitc9f801d9804d2a25f795302e5db93880df4f4d87 (patch)
tree7b147f5444b71e4c9386eeac77ed155e23156314 /term.h
parentf25db392c434984141c67fb983517a0dd28c4fe1 (diff)
downloadmandoc-c9f801d9804d2a25f795302e5db93880df4f4d87.tar.gz
Fixed `.Pf' handling.
System now supports all mdocml manual pages.
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 8ec4ff9d..b7fb3cc0 100644
--- a/term.h
+++ b/term.h
@@ -36,6 +36,7 @@ struct termp {
#define TERMP_NOLPAD (1 << 3) /* No leftpad before flush. */
#define TERMP_NOBREAK (1 << 4) /* No break after flush. */
#define TERMP_LITERAL (1 << 5) /* Literal words. */
+#define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */
char *buf;
};