summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 15:50:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-22 15:50:45 +0000
commitf25db392c434984141c67fb983517a0dd28c4fe1 (patch)
tree683953c000e8ce5c835b6af0667d6fa7dcead706 /term.h
parent29c4bdbbc24b5207d00218cdb51a021c912be0ef (diff)
downloadmandoc-f25db392c434984141c67fb983517a0dd28c4fe1.tar.gz
Initial block-display support.
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 c8d6274a..8ec4ff9d 100644
--- a/term.h
+++ b/term.h
@@ -35,6 +35,7 @@ struct termp {
#define TERMP_NOSPACE (1 << 2) /* No space before words. */
#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. */
char *buf;
};