=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.81 retrieving revision 1.82 diff -u -p -r1.81 -r1.82 --- mandoc/term.h 2011/05/14 17:54:42 1.81 +++ mandoc/term.h 2011/05/14 18:15:20 1.82 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.81 2011/05/14 17:54:42 kristaps Exp $ */ +/* $Id: term.h,v 1.82 2011/05/14 18:15:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -82,10 +82,10 @@ struct termp { 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. */ + int maxcols; /* Max size of buf. */ size_t offset; /* Margin offest. */ size_t tabwidth; /* Distance of tab positions. */ - size_t col; /* Bytes in buf. */ + int col; /* Bytes in buf. */ size_t viscol; /* Chars on current line. */ int overstep; /* See termp_flushln(). */ int flags;