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

Diff for /mandoc/tbl_term.c between version 1.30 and 1.31

version 1.30, 2014/10/14 02:16:06 version 1.31, 2014/10/14 18:18:05
Line 107  term_tbl(struct termp *tp, const struct tbl_span *sp)
Line 107  term_tbl(struct termp *tp, const struct tbl_span *sp)
         /* Vertical frame at the start of each row. */          /* Vertical frame at the start of each row. */
   
         if ((TBL_OPT_BOX | TBL_OPT_DBOX) & sp->opts->opts ||          if ((TBL_OPT_BOX | TBL_OPT_DBOX) & sp->opts->opts ||
             sp->head->vert)              (sp->head != NULL && sp->head->vert))
                 term_word(tp, TBL_SPAN_HORIZ == sp->pos ||                  term_word(tp, TBL_SPAN_HORIZ == sp->pos ||
                     TBL_SPAN_DHORIZ == sp->pos ? "+" : "|");                      TBL_SPAN_DHORIZ == sp->pos ? "+" : "|");
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb