=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.61 retrieving revision 1.64 diff -u -p -r1.61 -r1.64 --- mandoc/term.h 2010/06/09 08:07:13 1.61 +++ mandoc/term.h 2010/06/19 20:46:28 1.64 @@ -1,6 +1,6 @@ -/* $Id: term.h,v 1.61 2010/06/09 08:07:13 kristaps Exp $ */ +/* $Id: term.h,v 1.64 2010/06/19 20:46:28 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -50,6 +50,8 @@ struct termp_ps { size_t psmargsz; /* margin buf size */ size_t psmargcur; /* current pos in margin buf */ size_t pspage; /* current page */ + char last; /* character buffer */ + enum termfont lastf; /* last set font */ }; struct termp {