aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_term.c
Commit message (Expand)AuthorAgeFilesLines
* Split -Wstyle into -Wstyle and the even lower -Wbase, and addIngo Schwarze2017-06-241-1/+2
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+25
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-2/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-15/+17
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-3/+3
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-15/+15
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+40
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+19
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+42
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+11
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+25
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+10
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+29
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-0/+52