summaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Collapse)AuthorAgeFilesLines
* Lintified sources.Kristaps Dzonsons2009-02-271-2/+3
|
* More character-encoding.Kristaps Dzonsons2009-02-271-4/+3
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-261-1/+21
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-21/+8
|
* More list work.Kristaps Dzonsons2009-02-251-82/+134
|
* *** empty log message ***Kristaps Dzonsons2009-02-251-1/+23
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-251-41/+71
|
* Support for nested lists added.Kristaps Dzonsons2009-02-251-91/+59
|
* Some offsets built into termpair.Kristaps Dzonsons2009-02-251-35/+25
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-251-227/+64
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-6/+130
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-12/+87
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More macros filled in.Kristaps Dzonsons2009-02-241-34/+73
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-241-10/+162
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-1/+1
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-36/+76
|
* More documentation in place.Kristaps Dzonsons2009-02-231-4/+52
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-231-381/+941
| | | | Added a few more escapes and macros.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-2/+5
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-221-4/+22
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-0/+13
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-17/+60
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-211-572/+26
|
* A few more macros in place.Kristaps Dzonsons2009-02-211-6/+38
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-87/+282
|
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-201-205/+630
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-201-0/+360
Added initial terminal-output filter (term.c).