aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-18/+25
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-4/+5
* ... and remove the trailing spaces (duh. i should pay more attention)Ingo Schwarze2014-08-171-6/+6
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-10/+10
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-9/+14
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-061-2/+6
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-2/+5
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-301-22/+31
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-291-3/+14
* no need to skip content before first section headerIngo Schwarze2014-07-071-2/+5
* Fix formatting of empty .Bl -inset item heads.Ingo Schwarze2014-07-031-2/+2
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-07-021-6/+8
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-6/+29
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-18/+15
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-5/+8
* make sure static buffers for snprintf(3) are large enoughIngo Schwarze2014-04-201-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-325/+208
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-13/+14
* If the SYNOPSIS section contains an excessively long .Nm,Ingo Schwarze2014-04-081-1/+3
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-2/+2
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-3/+17
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-161-3/+6
* Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze2013-12-251-3/+2
* Garbage collect two local variables each used only one single time.Ingo Schwarze2013-12-251-7/+5
* In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze2013-12-251-8/+23
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-251-1/+3
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-241-14/+3
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-18/+9
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-2/+2
* Implement a long-standing desideratum,Ingo Schwarze2013-12-231-1/+17
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-18/+31
* Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze2013-06-021-5/+5
* Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze2013-05-291-7/+3
* In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze2013-05-291-2/+2
* Should termp_xx_pre() ever get called for a macro it cannot handle,Ingo Schwarze2013-05-181-2/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-37/+38
* Improve formatting of badly nested font blocks.Ingo Schwarze2012-11-161-7/+7
* fix position and formatting of %U;Ingo Schwarze2012-07-111-2/+2
* * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .ItIngo Schwarze2012-07-101-8/+12
* fix -Tascii .Fd line breakingIngo Schwarze2012-07-091-16/+14
* fix .Lk for -Tascii and implement it for -TmanIngo Schwarze2012-07-081-17/+16
* implement -Tman .AnIngo Schwarze2012-07-081-1/+3
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-9/+9
* Correct .Eo spacing:Ingo Schwarze2011-11-031-2/+6
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-1/+3
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-201-16/+23
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-24/+9
* Add character output (-Tpdf, -Tps, -Tascii) for equations. This is theKristaps Dzonsons2011-07-221-2/+2
* Flip eqn into using parsed nodes. I've temporarily disabled printingKristaps Dzonsons2011-07-211-2/+2