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

Diff for /mandoc/tbl.h between version 1.2 and 1.3

version 1.2, 2021/08/10 12:55:04 version 1.3, 2025/01/05 18:14:39
Line 51  enum tbl_cellt {
Line 51  enum tbl_cellt {
  */   */
 struct  tbl_cell {  struct  tbl_cell {
         struct tbl_cell  *next;     /* Layout cell to the right. */          struct tbl_cell  *next;     /* Layout cell to the right. */
         char             *wstr;     /* Min width represented as a string. */  
         size_t            width;    /* Minimum column width. */          size_t            width;    /* Minimum column width. */
         size_t            spacing;  /* To the right of the column. */          size_t            spacing;  /* To the right of the column. */
         int               vert;     /* Width of subsequent vertical line. */          int               vert;     /* Width of subsequent vertical line. */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb