[BACK]Return to term.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.h between version 1.20 and 1.21

version 1.20, 2010/06/10 22:50:10 version 1.21, 2010/06/26 17:56:43
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 50 
Line 50 
         size_t            psmargsz;     /* margin buf size */          size_t            psmargsz;     /* margin buf size */
         size_t            psmargcur;    /* current pos in margin buf */          size_t            psmargcur;    /* current pos in margin buf */
         size_t            pspage;       /* current page */          size_t            pspage;       /* current page */
           char              last;         /* character buffer */
           enum termfont     lastf;        /* last set font */
 };  };
   
 struct  termp {  struct  termp {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21