summaryrefslogtreecommitdiffstatshomepage
path: root/terminal.c
Commit message (Collapse)AuthorAgeFilesLines
* General clean-ups.Kristaps Dzonsons2009-03-311-595/+0
|
* *** empty log message ***Kristaps Dzonsons2009-03-261-2/+3
|
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-1/+21
|
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-6/+1
| | | | | Scanned over all manuals with valgrind. Version up.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-309/+12
|
* *** empty log message ***Kristaps Dzonsons2009-03-251-17/+1
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-2/+6
|
* Lint fixes.Kristaps Dzonsons2009-03-221-5/+5
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-53/+112
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Removed margin-break comment.Kristaps Dzonsons2009-03-201-16/+7
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-35/+40
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Some Linux-isms.Kristaps Dzonsons2009-03-191-1/+6
|
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-0/+828
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.