aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-03 22:17:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-03 22:17:19 +0000
commitbf7b0c823358aaab5d2f765ac694a66f09d72eef (patch)
tree01051a7343df805b390561d6826fe70c048fa9e2 /term.h
parent86e8f7e0bfb4f77c6c3037eba104791ae7b1d71e (diff)
downloadmandoc-bf7b0c823358aaab5d2f765ac694a66f09d72eef.tar.gz
mandoc-bf7b0c823358aaab5d2f765ac694a66f09d72eef.tar.zst
mandoc-bf7b0c823358aaab5d2f765ac694a66f09d72eef.zip
-inset and -diag lists now supported.
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/term.h b/term.h
index 846910ed..dec245da 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.15 2009/03/03 21:07:01 kristaps Exp $ */
+/* $Id: term.h,v 1.16 2009/03/03 22:17:19 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -93,6 +93,8 @@ 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. */
+#define TERMP_NOINSET (1 << 9) /* If NOBREAK, no inset. */
char *buf;
struct termsym *symtab; /* Special-symbol table. */
struct termsym *styletab; /* Style table. */