summaryrefslogtreecommitdiffstatshomepage
path: root/tbl_term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright email.Kristaps Dzonsons2011-07-171-2/+2
* correct horizontal spacing of data cellsIngo Schwarze2011-01-251-8/+11
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-1/+4
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-101-15/+13
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-13/+26
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-081-2/+2
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-081-4/+1
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-071-12/+13
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-9/+12
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-249/+101
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-8/+6
* Have horizontal spanner not clobber pre-set width.Kristaps Dzonsons2011-01-041-2/+5
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-041-10/+10
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-29/+10
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-031-1/+2
* Add in support for number table cells that account for escapes and soKristaps Dzonsons2011-01-031-18/+29
* Clean up the tbl top-level printing code and document the parts of it.Kristaps Dzonsons2011-01-031-23/+46
* Start using term_strlen() instead of strlen(). tbl_term.c can nowKristaps Dzonsons2011-01-031-34/+39
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-39/+228
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+358