summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-37/+77
|
* More documentation in place.Kristaps Dzonsons2009-02-231-5/+53
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-382/+942
| | | | Added a few more escapes and macros.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-3/+6
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-221-5/+23
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-1/+14
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-18/+61
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-211-573/+27
|
* A few more macros in place.Kristaps Dzonsons2009-02-211-7/+39
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-88/+283
|
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-206/+631
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-0/+360
Added initial terminal-output filter (term.c).