[BACK]Return to term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.c between version 1.59 and 1.60

version 1.59, 2009/03/14 12:35:02 version 1.60, 2009/03/16 22:19:19
Line 296  const struct termact __termacts[MDOC_MAX] = {
Line 296  const struct termact __termacts[MDOC_MAX] = {
         { termp_brq_pre, termp_brq_post }, /* Bro */          { termp_brq_pre, termp_brq_post }, /* Bro */
         { NULL, NULL }, /* Brc */          { NULL, NULL }, /* Brc */
         { NULL, NULL }, /* %C */          { NULL, NULL }, /* %C */
           { NULL, NULL }, /* Es */
           { NULL, NULL }, /* En */
 };  };
   
 const struct termact *termacts = __termacts;  const struct termact *termacts = __termacts;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

CVSweb