summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-03 22:17:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-03 22:17:19 +0000
commitf64a310e2e71ac67ec7eb30da2ee82c83de8bf44 (patch)
treed4b683bc786ed5c4ff77fa6f7b209ca49e968345 /term.h
parentc953aa714570186eae41b5407803bc0826f109bf (diff)
downloadmandoc-f64a310e2e71ac67ec7eb30da2ee82c83de8bf44.tar.gz
-inset and -diag lists now supported.
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.h b/term.h
index 10623b92..e823d42d 100644
--- a/term.h
+++ b/term.h
@@ -93,6 +93,8 @@ struct termp {
#define TERMP_LITERAL (1 << 5) /* Literal words. */
#define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */
#define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */
+#define TERMP_NORPAD (1 << 8) /* No rightpad. */
+#define TERMP_NOINSET (1 << 9) /* If NOBREAK, no inset. */
char *buf;
struct termsym *symtab; /* Special-symbol table. */
struct termsym *styletab; /* Style table. */