aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
Commit message (Expand)AuthorAgeFilesLines
...
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-111-1/+2
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-111-1/+2
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-091-7/+10
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-081-7/+18
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-1/+3
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-1/+23
* sync to OpenBSD:Ingo Schwarze2010-05-241-1/+2
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-1/+2
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-1/+2
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+2
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-1/+3
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-1/+2
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-7/+18
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-051-1/+5
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-3/+3
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-1/+4
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-6/+1
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-4/+2
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-4/+3
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-6/+1
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-1/+2
* Full support for `An -split/-nosplit'. Compat documented.Kristaps Dzonsons2009-07-241-1/+4
* Fixed transcription error of define values (bah).Kristaps Dzonsons2009-07-211-2/+2
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-1/+2
* Removed unused TERMP_LITERAL.Kristaps Dzonsons2009-07-191-6/+5
* Renamed TERMP_NONOSPACE -> TERMP_DANGLE.Kristaps Dzonsons2009-07-141-11/+12
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+3
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-38/+1
* *** empty log message ***Kristaps Dzonsons2009-03-251-3/+3
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-1/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-2/+2
* Lint fixes.Kristaps Dzonsons2009-03-211-2/+2
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-11/+11
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-1/+8
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-12/+10
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-171-1/+2
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-69/+21
* Backed out all ANSI code.VERSION_1_5_1Kristaps Dzonsons2009-03-151-14/+2
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-2/+3
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-17/+22
* Bumped version.Kristaps Dzonsons2009-03-141-2/+3
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+4
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-1/+2
* Fixed some character-escapes.Kristaps Dzonsons2009-03-041-2/+4
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-3/+1
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-031-1/+3
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-031-1/+10