summaryrefslogtreecommitdiffstats
path: root/tbl_term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze2012-05-271-2/+6
* Correct width of horizontal spans; relevant in case of centered orIngo Schwarze2012-05-271-3/+11
* Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze2012-05-271-59/+27
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-201-95/+100
* Fix copyright email.Kristaps Dzonsons2011-07-171-1/+1
* correct horizontal spacing of data cellsIngo Schwarze2011-01-251-7/+10
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-111-0/+3
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-101-14/+12
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-101-12/+25
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-081-1/+1
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-081-3/+0
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-071-11/+12
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-071-8/+11
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-051-248/+100
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-7/+5
* Have horizontal spanner not clobber pre-set width.Kristaps Dzonsons2011-01-041-1/+4
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-041-9/+9
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-28/+9
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-031-0/+1
* Add in support for number table cells that account for escapes and soKristaps Dzonsons2011-01-031-17/+28
* Clean up the tbl top-level printing code and document the parts of it.Kristaps Dzonsons2011-01-031-22/+45
* Start using term_strlen() instead of strlen(). tbl_term.c can nowKristaps Dzonsons2011-01-031-33/+38
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-031-38/+227
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-0/+358