[BACK]Return to tbl_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_term.c between version 1.18 and 1.19

version 1.18, 2014/10/14 02:16:02 version 1.19, 2014/10/14 18:16:57
Line 105 
Line 105 
         /* 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.18  
changed lines
  Added in v.1.19