aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_tab.c
Commit message (Collapse)AuthorAgeFilesLines
* tables leak tab settings to subsequent textIngo Schwarze2017-06-171-0/+15
|
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-8/+4
| | | | in horizontal orientation in the terminal formatter
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-1/+1
| | | | | a pointer to the end of the parsed data, making it easier to parse subsequent bytes
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+117
This is the first feature made possible by the parser reorganization. Improves the formatting of the SYNOPSIS in many Xenocara GL manuals. Also important for ports, as reported by many, including naddy@.