aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_term.c
Commit message (Expand)AuthorAgeFilesLines
* clarify the meaning of a complicated mixed signed/unsigned expression;Ingo Schwarze2021-09-191-1/+1
* Support two-character font names (BI, CW, CR, CB, CI)Ingo Schwarze2021-08-101-1/+3
* Fix two issues with .po (page offset) formatting:Ingo Schwarze2020-09-031-5/+13
* If .ti had an excessive argument, using it was attempted, in someIngo Schwarze2020-09-031-12/+22
* Because mandoc_aux.h and mandoc.h use __attribute__, all files thatIngo Schwarze2020-06-221-1/+3
* Simplify the roff(7) .ce and .rj terminal formatter by using theIngo Schwarze2019-01-041-15/+4
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-1/+5
* Yet another round of improvements to manual font selection.Ingo Schwarze2018-12-161-14/+12
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-2/+2
* The groff man-ext macros define fonts CB, CI, and CR,Ingo Schwarze2018-08-101-3/+8
* 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