aboutsummaryrefslogtreecommitdiff
path: root/module/output/info.scm (follow)
Commit message (Collapse)AuthorAge
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01
|
* Add info output.Hugo Hörnquist2019-05-29