summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In groff, when the .SY block macro occurs in no-fill mode,schwarze2019-01-051-2/+4
* minor cleanup, no functional change:schwarze2019-01-051-82/+65
* Some high-level block macros have an effect similar to temporarilyschwarze2019-01-051-3/+6
* Cleanup, minus 25 LOC, no functional change:schwarze2018-12-311-48/+7
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)schwarze2018-12-311-4/+7
* Cleanup, no functional change:schwarze2018-12-301-6/+5
* Cleanup, no functional change:schwarze2018-12-131-2/+1
* In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)schwarze2018-12-031-3/+10
* Support nesting of elements with next-line scope.schwarze2018-08-261-3/+3
* .SY causes a one-column indentation even without any argumentschwarze2018-08-181-2/+2
* The .nf/.fi (fill mode) requests never have text childrenschwarze2018-08-181-3/+3
* Two consecutive .SY blocks only get a blank line in betweenschwarze2018-08-181-2/+3
* prevent line breaks in the middle of .OPschwarze2018-08-181-2/+3
* implement the GNU man-ext .SY/.YS (synopsis block) macro in man,schwarze2018-08-181-1/+61
* Remove more pointer arithmetic passing via regions outside the arrayschwarze2018-08-171-14/+22
* implement the GNU man-ext .TQ macro in man(7),schwarze2018-08-161-2/+4
* support tail arguments on the .ME and .UE macros,schwarze2018-08-141-1/+3
* When formatting man(7) documents that do not contain .SH macrosschwarze2018-06-101-1/+13
* preserve comments before .Dd when converting mdoc(7) to man(7)schwarze2018-04-111-5/+8
* Fix an out of bounds read access to a constant array that causedschwarze2017-07-311-3/+3
* Add support for the MT and ME mailto macros, used for example in wg(8).bentley2017-06-251-1/+3
* correct handling of blank lines after \cschwarze2017-06-171-2/+5
* properly set the default indentationschwarze2017-06-171-5/+5
* improve rounding rules for scaling unitsschwarze2017-06-141-6/+6
* make the internal a2roffsu() interface more powerful by returningschwarze2017-06-081-7/+7
* Prepare the terminal driver for filling multiple columns in parallel,schwarze2017-06-071-59/+61
* Implement the roff(7) .mc (right margin character) request.schwarze2017-06-041-12/+7
* Make term_flushln() simpler and more robust:schwarze2017-06-041-2/+1
* Trailing \c suppresses the output line break even ifschwarze2017-05-091-3/+4
* implement .DT in terms of .ta; needed for print/ghostview, for exampleschwarze2017-05-071-2/+12
* Basic implementation of the roff(7) .ta (define tab stops) request.schwarze2017-05-071-2/+4
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-52/+1
* move .ll to the roff modulesschwarze2017-05-051-11/+1
* Move handling of the roff(7) .ft request from the man(7)schwarze2017-05-051-38/+1
* Start roff formatter modules for HTML and termininal output,schwarze2017-05-041-11/+3
* Parser reorg:schwarze2017-05-041-3/+14
* Continue parser unification:schwarze2017-04-241-3/+4
* Fix previous: I forgot that i had to change the convention howschwarze2017-02-151-2/+2
* Do not read one element past the end of the static const termacts array.schwarze2017-02-111-2/+3
* Do not fix the default indent for all subsequent files; some may useschwarze2017-02-041-2/+5
* unify names of AST node flags; no change of cpp outputschwarze2017-01-101-9/+9
* Delete the redundant "nchild" member of struct roff_node, replacingschwarze2016-01-081-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsschwarze2015-10-121-11/+1
* modernize style: "return" is not a function; ok cmp(1)schwarze2015-10-061-33/+33
* Trailing whitespace is significant when determining the width of a tagschwarze2015-09-211-3/+3
* If an explicit line break request (.br or .sp) occurs within an .HP block,schwarze2015-04-191-1/+12
* Decouple the token code for "no request or macro" from the individualschwarze2015-04-191-2/+2
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),schwarze2015-04-181-10/+6
* Replace the structs mdoc and man by a unified struct roff_man.schwarze2015-04-181-2/+2
* Do not mistreat empty arguments to font alternating macrosschwarze2015-04-061-2/+5