version 1.2, 2021/08/10 12:55:04 |
version 1.3, 2025/01/05 18:14:39 |
|
|
*/ |
*/ |
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. */ |