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

Diff for /mandoc/term.c between version 1.63 and 1.64

version 1.63, 2009/03/20 16:43:28 version 1.64, 2009/03/21 09:42:07
Line 300  const struct termact __termacts[MDOC_MAX] = {
Line 300  const struct termact __termacts[MDOC_MAX] = {
         { NULL, NULL }, /* Es */          { NULL, NULL }, /* Es */
         { NULL, NULL }, /* En */          { NULL, NULL }, /* En */
         { termp_dx_pre, NULL }, /* Dx */          { termp_dx_pre, NULL }, /* Dx */
           { NULL, NULL }, /* %Q */
 };  };
   
 const struct termact *termacts = __termacts;  const struct termact *termacts = __termacts;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb