summaryrefslogtreecommitdiffstatshomepage
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
commit0aa4f25b79210adba71044d7536f78537c7b1bc9 (patch)
tree7764aa1c6a6fb2d02de72503c7ecab6bc45f2f81 /term.h
parent5851ee4d2b64ce06c48c8cfb740d681250066ca5 (diff)
downloadmandoc-0aa4f25b79210adba71044d7536f78537c7b1bc9.tar.gz
mandoc-0aa4f25b79210adba71044d7536f78537c7b1bc9.tar.zst
mandoc-0aa4f25b79210adba71044d7536f78537c7b1bc9.zip
More list work.
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 fcf45e40..22fddd18 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.10 2009/02/25 17:02:47 kristaps Exp $ */
+/* $Id: term.h,v 1.11 2009/02/25 23:18:50 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;
};