aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* In literal mode (.nf), each input line must be kept togetherIngo Schwarze2013-01-051-4/+4
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-21/+21
* Implement .PD for -Tascii.Ingo Schwarze2012-07-291-13/+35
* Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze2012-07-161-2/+2
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-4/+15
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-4/+19
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-32/+35
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-2/+4
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-2/+2
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-3/+28
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-19/+38
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-7/+10
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-5/+7
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-10/+17
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-13/+14
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-211-5/+3
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-201-2/+2
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-2/+3
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-201-5/+5
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-191-13/+23
* Support nesting of indented blocks.Ingo Schwarze2011-09-181-35/+29
* 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
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-031-1/+3
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-291-2/+9
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-181-12/+16
* Allow RS/RE blocks to nest. This requires first the syntax tree toKristaps Dzonsons2011-06-181-18/+21
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-9/+2
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-301-2/+2
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-301-2/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-2/+2
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-2/+1
* Clean up date handling,Ingo Schwarze2011-03-071-9/+3
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-1/+2
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-061-1/+3
* Avoid double blank line before a table preceded by .PP.Ingo Schwarze2011-01-251-1/+4
* Fix another regression caused by the reorg of print_man_node() in rev. 1.97:Ingo Schwarze2011-01-231-1/+4
* Refrain from throwing fatal errors forIngo Schwarze2011-01-171-3/+3
* When processing a blank text line, do not break out of text processingIngo Schwarze2011-01-161-3/+3
* Make -man -Tascii not break within literal lines, e.g.,Kristaps Dzonsons2011-01-121-28/+34
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-121-3/+7
* Don't let `in' creep past the right margin.Kristaps Dzonsons2011-01-111-1/+6
* Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze2011-01-041-16/+25
* For tbl: -man documents print an extra space before `TS' blocks.Kristaps Dzonsons2011-01-031-1/+3
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-1/+2
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-011-2/+10
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-3/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+44
* My favourite: removing lots of code in favour of smaller, tighter code.Kristaps Dzonsons2010-12-061-80/+50
* Header for `PP', `P', and `LP' should never be printed.Kristaps Dzonsons2010-12-061-2/+2