summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring.
* 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
| | | | Abstraction of mdoc.
* 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
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-1/+8
| | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-12/+10
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Clean up ASCII table's memory.Kristaps Dzonsons2009-03-171-1/+2
|
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-69/+21
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* Backed out all ANSI code.VERSION_1_5_1Kristaps Dzonsons2009-03-151-14/+2
|
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-2/+3
| | | | mdocterm punts to nroff if it fails parsing
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-17/+22
| | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler).
* Bumped version.Kristaps Dzonsons2009-03-141-2/+3
| | | | | Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL).
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+4
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-1/+2
| | | | Versioning up.
* 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
|
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-2/+48
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-021-1/+3
| | | | Tabs auto-converted to spaces.
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-011-3/+3
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* More list work.Kristaps Dzonsons2009-02-251-1/+2
|
* *** empty log message ***Kristaps Dzonsons2009-02-251-1/+2
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-1/+3
|
* Support for nested lists added.Kristaps Dzonsons2009-02-251-1/+2
|
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-6/+6
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-1/+17
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-4/+5
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-1/+2
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-221-1/+2
|
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-2/+7
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-211-0/+59