]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
White-space churn.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index fcf45e404b6e411fa2ad74c2e3b38da291fcae81..22fddd18d3407dd5249e21d9f08f44bc2e232649 100644 (file)
--- 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;
 };