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

Diff for /mandoc/term.c between version 1.37 and 1.38

version 1.37, 2009/03/03 22:17:19 version 1.38, 2009/03/03 22:28:21
Line 455  termp_it_pre(DECL_ARGS)
Line 455  termp_it_pre(DECL_ARGS)
         case (MDOC_Enum):          case (MDOC_Enum):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case (MDOC_Hyphen):          case (MDOC_Hyphen):
                 width = width > 6 ? width : 6;                  width = width > 4 ? width : 4;
                 break;                  break;
         case (MDOC_Tag):          case (MDOC_Tag):
                 if (0 == width)                  if (0 == width)
Line 469  termp_it_pre(DECL_ARGS)
Line 469  termp_it_pre(DECL_ARGS)
   
         switch (type) {          switch (type) {
         case (MDOC_Diag):          case (MDOC_Diag):
                   /* XXX - ignore child macros!? */
                 if (MDOC_HEAD == node->type)                  if (MDOC_HEAD == node->type)
                         TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_DIAG]);                          TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_DIAG]);
                 /* FALLTHROUGH */                  /* FALLTHROUGH */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb