summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/roff_term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the roff(7) .ce and .rj terminal formatter by using theschwarze2019-01-041-15/+4
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)schwarze2018-12-311-1/+5
* Yet another round of improvements to manual font selection.schwarze2018-12-151-14/+12
* Major cleanup; may imply minor changes in edge cases of error reporting.schwarze2018-12-141-2/+2
* The groff man-ext macros define fonts CB, CI, and CR,schwarze2018-08-101-3/+8
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addschwarze2017-06-241-1/+2
* Naive implementation of the roff(7) .po (page offset) request.schwarze2017-06-141-1/+25
* improve rounding rules for scaling unitsschwarze2017-06-141-2/+2
* implement roff(7) .rj (right justify) requestschwarze2017-06-141-15/+17
* make the internal a2roffsu() interface more powerful by returningschwarze2017-06-081-3/+3
* Prepare the terminal driver for filling multiple columns in parallel,schwarze2017-06-071-15/+15
* Minimal implementation of the roff(7) .ce request (center a numberschwarze2017-06-061-1/+40
* Implement the roff(7) .mc (right margin character) request.schwarze2017-06-041-2/+19
* Basic implementation of the roff(7) .ti (temporary indent) request.schwarze2017-05-081-1/+43
* Basic implementation of the roff(7) .ta (define tab stops) request.schwarze2017-05-071-2/+12
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-2/+26
* move .ll to the roff modulesschwarze2017-05-051-2/+11
* Move handling of the roff(7) .ft request from the man(7)schwarze2017-05-051-2/+30
* Start roff formatter modules for HTML and termininal output,schwarze2017-05-041-0/+52