=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.123 retrieving revision 1.124 diff -u -p -r1.123 -r1.124 --- mandoc/term.h 2017/06/04 22:44:15 1.123 +++ mandoc/term.h 2017/06/07 02:14:09 1.124 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.123 2017/06/04 22:44:15 schwarze Exp $ */ +/* $Id: term.h,v 1.124 2017/06/07 02:14:09 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze @@ -62,7 +62,8 @@ struct termp { size_t maxrmargin; /* Max right margin. */ size_t maxcols; /* Max size of buf. */ size_t offset; /* Margin offest. */ - size_t col; /* Bytes in buf. */ + size_t col; /* Byte position in buf. */ + size_t lastcol; /* Bytes in buf. */ size_t viscol; /* Chars on current line. */ size_t trailspace; /* See termp_flushln(). */ size_t minbl; /* Minimum blanks before next field. */