aboutsummaryrefslogtreecommitdiff
path: root/module/output/terminal.scm (follow)
Commit message (Collapse)AuthorAge
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Add missing spaces in terminal output.Hugo Hörnquist2020-02-14
|
* Repair terminal output.Hugo Hörnquist2020-02-14
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Fix basic ability to edit events.Hugo Hörnquist2020-01-22
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* 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.
* Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
|
* Fix day-stream, and in effect terminal output.Hugo Hörnquist2019-10-05
|
* HTML output seems to work in full now.Hugo Hörnquist2019-10-04
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01
|
* Work on cloning events through editor.Hugo Hörnquist2019-06-01
|
* Handle no event groups in interval.Hugo Hörnquist2019-05-04
|
* Change vulgar output to also use grouped events.Hugo Hörnquist2019-04-25
|
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|
* Made keys in vulgar output bold.Hugo Hörnquist2019-04-24
|
* Remembered about define-values existance.Hugo Hörnquist2019-04-24
|
* Add 'from' and 'to' flags to HTML.Hugo Hörnquist2019-04-24
|
* Improve text layout code.Hugo Hörnquist2019-04-24
|
* Term display now reacts more to terminal size.Hugo Hörnquist2019-04-23
|
* Get terminal size of terminal output.Hugo Hörnquist2019-04-23
|
* Replace text-flow function.Hugo Hörnquist2019-04-23
|
* Add ability to set start-date of term mode.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23