summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 17:02:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 17:02:47 +0000
commitfbb8e6b42e8895e80dccf310a84f381246f9ac58 (patch)
tree744567f6fc356d6650369c39fc49a60fc2002d46 /term.h
parentf3d5c8db4c02e31a44ed81c1faa87a057f79585b (diff)
downloadmandoc-fbb8e6b42e8895e80dccf310a84f381246f9ac58.tar.gz
*** empty log message ***
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 594329f1..884c65df 100644
--- a/term.h
+++ b/term.h
@@ -37,6 +37,7 @@ struct termp {
#define TERMP_NOBREAK (1 << 4) /* No break after flush. */
#define TERMP_LITERAL (1 << 5) /* Literal words. */
#define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */
+#define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */
char *buf;
};