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

Diff for /mandoc/term.c between version 1.57 and 1.58

version 1.57, 2009/03/12 16:30:50 version 1.58, 2009/03/13 07:46:10
Line 1469  termp_ss_pre(DECL_ARGS)
Line 1469  termp_ss_pre(DECL_ARGS)
 {  {
   
         switch (node->type) {          switch (node->type) {
           case (MDOC_BLOCK):
                   newln(p);
                   if (node->prev)
                           vspace(p);
                   break;
         case (MDOC_HEAD):          case (MDOC_HEAD):
                 vspace(p);  
                 TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_SSECTION]);                  TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_SSECTION]);
                 p->offset = INDENT / 2;                  p->offset = INDENT / 2;
                 break;                  break;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb