]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Fixed some character-escapes.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index dec245daafc4045b7bba55ecd7092c8e9caeacc1..4ec3e751342f5ca04da5bbbe3b179f683e436789 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.16 2009/03/03 22:17:19 kristaps Exp $ */
+/* $Id: term.h,v 1.18 2009/03/04 14:13:05 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -62,7 +62,9 @@ enum  tsym {
        TERMSYM_HYPHEN =        33,
        TERMSYM_SPACE =         34,
        TERMSYM_PERIOD =        35,
-       TERMSYM_BREAK =         36
+       TERMSYM_BREAK =         36,
+       TERMSYM_LANGLE =        37,
+       TERMSYM_RANGLE =        38
 };
 
 
@@ -93,8 +95,6 @@ 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. */