]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Added character-encoding checks.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index 48f0be28e2e0a5921bfab9d158a8f568c6dd9f8b..21e2b2d536571ec4cdb89d01934de3fbd7ce561c 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.2 2009/02/21 21:00:06 kristaps Exp $ */
+/* $Id: term.h,v 1.4 2009/02/22 19:23:48 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -35,6 +35,8 @@ struct        termp {
 #define        TERMP_NOSPACE    (1 << 2)       /* No space before words. */
 #define        TERMP_NOLPAD     (1 << 3)       /* No leftpad before flush. */
 #define        TERMP_NOBREAK    (1 << 4)       /* No break after flush. */
+#define        TERMP_LITERAL    (1 << 5)       /* Literal words. */
+#define        TERMP_IGNDELIM   (1 << 6)       /* Delims like regulars. */
        char             *buf;
 };