summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-36/+26
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-228/+65
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-7/+131
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-13/+88
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More macros filled in.Kristaps Dzonsons2009-02-241-35/+74
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-11/+163
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-2/+2
|
* 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).