summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Finally expand and delete the macro SCALE_VS_INIT().Ingo Schwarze2022-09-111-7/+8
* When starting a new input line, even when continuing the same outputIngo Schwarze2022-08-161-2/+5
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-6/+15
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-202/+82
* Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze2020-02-271-9/+5
* Introduce the concept of nodes that are semantically transparent:Ingo Schwarze2020-02-271-78/+60
* Make the code more readable by introducingIngo Schwarze2020-01-201-9/+9
* Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze2020-01-191-1/+10
* Improve "man -h" output.Ingo Schwarze2019-06-271-9/+13
* Initialize the local variable "act" in print_mdoc_node().Ingo Schwarze2019-06-031-0/+1
* Two functional improvements to filling in terminal output.Ingo Schwarze2019-01-041-63/+43
* Cleanup, no functional change:Ingo Schwarze2018-12-301-6/+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-3/+9
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-9/+9
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-5/+10
* use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze2018-04-051-2/+2
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-131-8/+0
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-3/+3
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-1/+3
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-73/+75
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-22/+8
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-041-40/+11
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-1/+2
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-6/+14
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-1/+2
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-10/+28
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-36/+8
* move .ll to the roff modulesIngo Schwarze2017-05-051-19/+4
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-0/+1
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-7/+1
* Parser reorg:Ingo Schwarze2017-05-041-4/+16
* Continue parser unification:Ingo Schwarze2017-04-241-4/+6
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-5/+11
* Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze2017-04-141-0/+10
* Do not make the colon after the .Lk link text italic.Ingo Schwarze2017-04-141-1/+1
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-171-2/+4
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-161-4/+10
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-8/+0
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-3/+1
* Do not fix the default indent for all subsequent files; some may useIngo Schwarze2017-02-041-0/+3
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-106/+4
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-25/+1
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-41/+17
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-23/+23
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-1/+12
* use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze2016-11-081-1/+1
* tag leading .Dv, .Li, and .No in .It;Ingo Schwarze2016-11-081-0/+1
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-081-2/+24
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-1/+3