summaryrefslogtreecommitdiffstats
path: root/terminal.c
Commit message (Collapse)AuthorAgeFilesLines
* General clean-ups.Kristaps Dzonsons2009-03-311-595/+0
|
* *** empty log message ***Kristaps Dzonsons2009-03-261-1/+2
|
* Added simple font-escapes.Kristaps Dzonsons2009-03-261-0/+20
|
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-261-5/+0
| | | | | Scanned over all manuals with valgrind. Version up.
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-308/+11
|
* *** empty log message ***Kristaps Dzonsons2009-03-251-16/+0
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-1/+5
|
* Lint fixes.Kristaps Dzonsons2009-03-221-4/+4
|
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-52/+111
| | | | | Punctuation fully fixed (per-reserved-word). Sm enabled.
* Removed margin-break comment.Kristaps Dzonsons2009-03-201-15/+6
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-34/+39
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Some Linux-isms.Kristaps Dzonsons2009-03-191-0/+5
|
* 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.