]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.h
Small fix to preserve trailing semicolons in examples.
[mandoc.git] / term.h
diff --git a/term.h b/term.h
index f2ce1e08588e16da0d805c26b73b8df3f19546f5..09e24295484e9fadc4b7ec04e6923e671c8ab80b 100644 (file)
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/*     $Id: term.h,v 1.56 2010/05/24 21:34:16 schwarze Exp $ */
+/*     $Id: term.h,v 1.57 2010/05/24 21:51:20 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -39,6 +39,7 @@ struct        termp {
        size_t            offset;       /* Margin offest. */
        size_t            tabwidth;     /* Distance of tab positions. */
        size_t            col;          /* Bytes in buf. */
+       size_t            viscol;       /* Chars on current line. */
        int               overstep;     /* See termp_flushln(). */
        int               flags;
 #define        TERMP_SENTENCE   (1 << 1)       /* Space before a sentence. */