aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* even if the second argument to .IP is invalid, don't print itIngo Schwarze2014-12-231-4/+3
* correctly handle scaling units after .PDIngo Schwarze2014-12-231-3/+5
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-041-2/+2
* Ignore macros that never produce any text when deciding whetherIngo Schwarze2014-12-041-13/+24
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-4/+5
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-211-19/+11
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-4/+1
* correct the spacing after in-line equationsIngo Schwarze2014-10-201-2/+2
* correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze2014-10-201-1/+3
* correct spacing before inline equationsIngo Schwarze2014-10-201-1/+3
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-14/+26
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-4/+7
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-14/+10
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-11/+16
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-117/+73
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-4/+4
* 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-1/+13
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-2/+2
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-5/+10
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-161-6/+9
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-5/+13
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-111-1/+3
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+31
* 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