summaryrefslogtreecommitdiffstatshomepage
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
commit5851ee4d2b64ce06c48c8cfb740d681250066ca5 (patch)
treeece2553e4a24af4c3e30aa8ca963745d75ad7784 /term.h
parent1961c1d89494c7fce047f0bc339a5feae46efc7d (diff)
downloadmandoc-5851ee4d2b64ce06c48c8cfb740d681250066ca5.tar.gz
mandoc-5851ee4d2b64ce06c48c8cfb740d681250066ca5.tar.zst
mandoc-5851ee4d2b64ce06c48c8cfb740d681250066ca5.zip
*** empty log message ***
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 297632cb..fcf45e40 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.9 2009/02/25 15:12:26 kristaps Exp $ */
+/* $Id: term.h,v 1.10 2009/02/25 17:02:47 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;
};