summaryrefslogtreecommitdiffstats
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-0/+1
* groff uses three vspaces before the footer too.Joerg Sonnenberger2010-05-171-0/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+0
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-1/+0
* For .IP groff requires a single space only after the head, adopt.Joerg Sonnenberger2010-05-151-2/+0
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-2/+6
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-1/+1
* End-of-sentence spacing for -man -Tascii.Kristaps Dzonsons2010-05-121-0/+3
* Back out OpenBSD special case (ok Ingo Schwarze).Kristaps Dzonsons2010-05-101-11/+11
* Proper leading spaces for new- and old-groff in -man -Tascii mode.Kristaps Dzonsons2010-05-101-1/+19
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-4/+2
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-0/+8
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-1/+4
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-9/+23
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-36/+43
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-11/+2
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-121-13/+1
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-79/+35
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-1/+5
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-101-0/+2
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-24/+9
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-1/+0
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-271-17/+6
* Full `%U' support.Kristaps Dzonsons2009-10-261-29/+29
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+3
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-6/+2
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-1/+1
* Lint fixes.Kristaps Dzonsons2009-10-181-3/+3
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-6/+10
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-116/+50
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-1/+44
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-26/+45
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-7/+27
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-57/+28
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-7/+2
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-1/+0
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-1/+2
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-19/+12
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-34/+48
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+12
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-0/+2
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+2
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-19/+88
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-0/+2
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-34/+81
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-14/+50
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-42/+68