summaryrefslogtreecommitdiffstatshomepage
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
commitccdc28b884f5297f967078a51434c264fafd91ae (patch)
tree7941f6768c714afc0338272c920dedfcd887032f /term.h
parente85f62dedbf5704d3f7c3d4e228515d52bfc9e30 (diff)
downloadmandoc-ccdc28b884f5297f967078a51434c264fafd91ae.tar.gz
mandoc-ccdc28b884f5297f967078a51434c264fafd91ae.tar.zst
mandoc-ccdc28b884f5297f967078a51434c264fafd91ae.zip
-tag, if followed by empty body, doesn't newline.
Versioning up.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.h b/term.h
index 4ec3e751..29cd9ca7 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.18 2009/03/04 14:13:05 kristaps Exp $ */
+/* $Id: term.h,v 1.19 2009/03/04 14:41:40 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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. */