]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Remove duplicate UNCONST definition.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index 3dc282fad0a0c08cb7d83fe40ac7d5ac7ae8991a..79b738cae98b393587795fb49ccbe8ae66f101eb 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.77 2011/01/02 12:21:07 kristaps Exp $ */
+/*     $Id: term.h,v 1.79 2011/01/05 15:37:23 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -71,9 +71,15 @@ struct       termp_ps {
        size_t            pdfobjsz;     /* size of pdfobjs */
 };
 
+struct termp_tbl {
+       int               width;        /* width in fixed chars */
+       int               decimal;      /* decimal point position */
+};
+
 struct termp {
        enum termtype     type;
-       size_t            defrmargin;   /* Right margin of the device.. */
+       struct rofftbl    tbl;          /* table configuration */
+       size_t            defrmargin;   /* Right margin of the device. */
        size_t            rmargin;      /* Current right margin. */
        size_t            maxrmargin;   /* Max right margin. */
        size_t            maxcols;      /* Max size of buf. */