summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:41:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 14:41:40 +0000
commit9e132a57b087be87cd731dd96397d9cc75b7bfa3 (patch)
tree5d462816189ff0f2fcc3afe8367da07dc04140d2 /term.h
parent915fb21ef547b551114dab3787540221a2172ae9 (diff)
downloadmandoc-9e132a57b087be87cd731dd96397d9cc75b7bfa3.tar.gz
-tag, if followed by empty body, doesn't newline.
Versioning up.
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 ce05f63e..64291b76 100644
--- a/term.h
+++ b/term.h
@@ -95,6 +95,7 @@ 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_NONOBREAK (1 << 8)
char *buf;
struct termsym *symtab; /* Special-symbol table. */
struct termsym *styletab; /* Style table. */