aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* When formatting man(7) documents that do not contain .SH macrosIngo Schwarze2018-06-101-1/+13
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-5/+8
* Fix an out of bounds read access to a constant array that causedIngo Schwarze2017-07-311-3/+3
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-1/+3
* correct handling of blank lines after \cIngo Schwarze2017-06-171-2/+5
* properly set the default indentationIngo Schwarze2017-06-171-5/+5
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-6/+6
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-7/+7
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-59/+61
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-12/+7
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-041-2/+1
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-3/+4
* implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze2017-05-071-2/+12
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-2/+4
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-52/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-11/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-38/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-11/+3
* Parser reorg:Ingo Schwarze2017-05-041-3/+14
* Continue parser unification:Ingo Schwarze2017-04-241-3/+4
* Fix previous: I forgot that i had to change the convention howIngo Schwarze2017-02-151-2/+2
* Do not read one element past the end of the static const termacts array.Ingo Schwarze2017-02-111-2/+3
* Do not fix the default indent for all subsequent files; some may useIngo Schwarze2017-02-041-2/+5
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-9/+9
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-11/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-33/+33
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-211-3/+3
* If an explicit line break request (.br or .sp) occurs within an .HP block,Ingo Schwarze2015-04-191-1/+12
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-2/+2
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-10/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2
* Do not mistreat empty arguments to font alternating macrosIngo Schwarze2015-04-061-2/+5
* On a new RS nesting level, the saved width starts from the defaultIngo Schwarze2015-04-061-2/+2
* Use the default width for .RS without arguments.Ingo Schwarze2015-04-061-2/+4
* Give man(7) section and subsection headers hanging indentation.Ingo Schwarze2015-04-041-1/+13
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-6/+6
* Fix a quirk with respect to empty .HP.Ingo Schwarze2015-04-041-1/+12
* Third step towards parser unification:Ingo Schwarze2015-04-021-18/+16
* Second step towards parser unification:Ingo Schwarze2015-04-021-9/+9
* First step towards parser unification:Ingo Schwarze2015-04-021-47/+48
* Avoid off-by-one read access to the termacts array, which couldIngo Schwarze2015-03-151-2/+3
* Fix vertical spacing at the beginning of tables.Ingo Schwarze2015-03-061-7/+3
* Have pity on the poor stack.Ingo Schwarze2015-01-301-6/+6
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-301-2/+2
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-2/+1
* For .RS, we need to save the information how much we actually indentedIngo Schwarze2014-12-241-28/+14
* When a man(7) document contains unreasonably large numbers forIngo Schwarze2014-12-241-10/+19
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-106/+72
* some scaling unit fixes:Ingo Schwarze2014-12-231-15/+5