diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 14:41:40 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 14:41:40 +0000 |
commit | 9e132a57b087be87cd731dd96397d9cc75b7bfa3 (patch) | |
tree | 5d462816189ff0f2fcc3afe8367da07dc04140d2 /term.h | |
parent | 915fb21ef547b551114dab3787540221a2172ae9 (diff) | |
download | mandoc-9e132a57b087be87cd731dd96397d9cc75b7bfa3.tar.gz |
-tag, if followed by empty body, doesn't newline.
Versioning up.
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |