summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* Have pity on the poor stack.Ingo Schwarze2015-01-301-5/+5
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-301-1/+1
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-1/+0
* For .RS, we need to save the information how much we actually indentedIngo Schwarze2014-12-241-27/+13
* When a man(7) document contains unreasonably large numbers forIngo Schwarze2014-12-241-9/+18
* support negative horizontal widths in man(7);Ingo Schwarze2014-12-231-105/+71
* some scaling unit fixes:Ingo Schwarze2014-12-231-14/+4
* even if the second argument to .IP is invalid, don't print itIngo Schwarze2014-12-231-3/+2
* correctly handle scaling units after .PDIngo Schwarze2014-12-231-2/+4
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-041-1/+1
* Ignore macros that never produce any text when deciding whetherIngo Schwarze2014-12-041-12/+23
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-3/+4
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-211-18/+10
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-3/+0
* correct the spacing after in-line equationsIngo Schwarze2014-10-201-1/+1
* correct spacing *after* inline equations (much simpler than expected)Ingo Schwarze2014-10-201-0/+2
* correct spacing before inline equationsIngo Schwarze2014-10-201-0/+2
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-031-13/+25
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze2014-06-201-3/+6
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-13/+9
* fix unchecked snprintf(3) in page header printing:Ingo Schwarze2014-04-201-10/+15
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-116/+72
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)Ingo Schwarze2014-04-081-3/+3
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-1/+1
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+12
* In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze2014-03-081-1/+1
* To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze2014-03-081-4/+9
* when indenting, extend the right margin accordingly, when needed;Ingo Schwarze2014-02-161-5/+8
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-221-4/+12
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-111-0/+2
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-0/+30
* In literal mode (.nf), each input line must be kept togetherIngo Schwarze2013-01-051-3/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-20/+20
* Implement .PD for -Tascii.Ingo Schwarze2012-07-291-12/+34
* Always fix the man(7) subsection header (.SS) indent to 3n,Ingo Schwarze2012-07-161-1/+1
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-3/+14
* In -man -Tascii, support .sp with negative argument.Ingo Schwarze2012-07-131-3/+18
* multiple fixes to -Tascii .HP rendering:Ingo Schwarze2012-07-101-31/+34
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+3
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-1/+1
* Add support for `OP', one of the extended man macros. This also requiresKristaps Dzonsons2012-01-031-2/+27
* Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze2011-12-041-18/+37
* Jumping out of man_unscope() for the root node is a bad ideaIngo Schwarze2011-12-041-6/+9
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-4/+6
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-9/+16
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-131-12/+13
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-211-4/+2
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-201-1/+1
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-1/+2