summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* When starting a new input line, even when continuing the same outputIngo Schwarze2022-08-161-1/+4
* Simplify handling of no-fill mode in man(7) by inspecting NODE_NOFILLIngo Schwarze2022-08-151-24/+20
* In GNU, Heirloom, and Plan 9 roff, tab positions apply to *input* lines,Ingo Schwarze2022-08-151-0/+1
* The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze2022-04-271-3/+3
* In terminal output of man(7) documents, stop printing two extra blankIngo Schwarze2021-06-281-8/+0
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-77/+10
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-22/+15
* Make the code more readable by introducingIngo Schwarze2020-01-201-3/+3
* tagging support for .TP and .TQ; try e.g. man -O tag=commit cvsIngo Schwarze2019-07-231-0/+12
* Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze2019-07-221-1/+64
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-011-1/+1
* Improve "man -h" output.Ingo Schwarze2019-06-271-11/+16
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-051-1/+3
* minor cleanup, no functional change:Ingo Schwarze2019-01-051-81/+64
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-051-2/+5
* Cleanup, minus 25 LOC, no functional change:Ingo Schwarze2018-12-311-47/+6
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-3/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-301-5/+4
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+0
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze2018-12-031-2/+9
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-261-2/+2
* .SY causes a one-column indentation even without any argumentIngo Schwarze2018-08-181-1/+1
* The .nf/.fi (fill mode) requests never have text childrenIngo Schwarze2018-08-181-2/+2
* Two consecutive .SY blocks only get a blank line in betweenIngo Schwarze2018-08-181-1/+2
* prevent line breaks in the middle of .OPIngo Schwarze2018-08-181-1/+2
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),Ingo Schwarze2018-08-181-0/+60
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-13/+21
* implement the GNU man-ext .TQ macro in man(7),Ingo Schwarze2018-08-161-1/+3
* support tail arguments on the .ME and .UE macros,Ingo Schwarze2018-08-141-0/+2
* When formatting man(7) documents that do not contain .SH macrosIngo Schwarze2018-06-101-0/+12
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-4/+7
* Fix an out of bounds read access to a constant array that causedIngo Schwarze2017-07-311-2/+2
* add support for the MT and ME mailto macros, used for example in wg(8);Ingo Schwarze2017-06-251-0/+2
* correct handling of blank lines after \cIngo Schwarze2017-06-171-1/+4
* properly set the default indentationIngo Schwarze2017-06-171-4/+4
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-5/+5
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-6/+6
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-58/+60
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-11/+6
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-041-1/+0
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-2/+3
* implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze2017-05-071-1/+11
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+3
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-51/+0
* move .ll to the roff modulesIngo Schwarze2017-05-051-10/+0
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-37/+0
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-10/+2
* Parser reorg:Ingo Schwarze2017-05-041-2/+13
* Continue parser unification:Ingo Schwarze2017-04-241-2/+3
* Fix previous: I forgot that i had to change the convention howIngo Schwarze2017-02-151-1/+1