aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-111-6/+11
* use the portable \(lq and \(rq internally rather than \(Lq and \(RqIngo Schwarze2018-04-051-3/+3
* Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze2018-01-131-9/+1
* improve rounding rules for scaling unitsIngo Schwarze2017-06-141-4/+4
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-081-2/+4
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-74/+76
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-23/+9
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-041-41/+12
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-2/+3
* fix formatting of intermediate punctuation in .LkIngo Schwarze2017-05-301-7/+15
* Trailing \c suppresses the output line break even ifIngo Schwarze2017-05-091-2/+3
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-11/+29
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-37/+9
* move .ll to the roff modulesIngo Schwarze2017-05-051-20/+5
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+2
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-8/+2
* Parser reorg:Ingo Schwarze2017-05-041-5/+17
* Continue parser unification:Ingo Schwarze2017-04-241-5/+7
* Fix handling of trailing punctuation in .Lk.Ingo Schwarze2017-04-171-6/+12
* Show long .Lk URIs in like an indented display, similar to groff.Ingo Schwarze2017-04-141-1/+11
* Do not make the colon after the .Lk link text italic.Ingo Schwarze2017-04-141-2/+2
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-171-3/+5
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-161-5/+11
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-161-9/+1
* The .Nm macro does not only use the default name when it has noIngo Schwarze2017-02-061-4/+2
* Do not fix the default indent for all subsequent files; some may useIngo Schwarze2017-02-041-1/+4
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-111-107/+5
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-101-26/+2
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-101-42/+18
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-24/+24
* Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze2017-01-101-2/+13
* use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze2016-11-081-2/+2
* tag leading .Dv, .Li, and .No in .It;Ingo Schwarze2016-11-081-1/+2
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-081-3/+25
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-2/+4
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-091-2/+2
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-25/+26
* Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze2015-10-121-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-55/+4
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-79/+79
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-261-5/+1
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-211-3/+3
* The .Dv macro actually forces normal font.Ingo Schwarze2015-09-141-2/+2
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-251-11/+7
* implement tagging for .ErIngo Schwarze2015-07-251-2/+16
* basic tag support for function names; written at YYCIngo Schwarze2015-07-251-3/+18
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-251-3/+3
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-2/+22
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-9/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-2/+2