summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 23:18:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-25 23:18:50 +0000
commit854c97785aa7622023610b070d91abae644ed473 (patch)
tree5f7e621e51e6bc0b9644feb1cf07dd964f715fe5 /term.h
parentfbb8e6b42e8895e80dccf310a84f381246f9ac58 (diff)
downloadmandoc-854c97785aa7622023610b070d91abae644ed473.tar.gz
More list work.
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 884c65df..9d6a2b6b 100644
--- a/term.h
+++ b/term.h
@@ -38,6 +38,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_NORPAD (1 << 8) /* No rightpad. */
char *buf;
};