summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-25Update Git URL and add contributing docs0.2.0James E. Blair
Gitorious is gone, so update the upstream git URL and add a section on contributing.
2015-07-25Add a tilt transitionJeremy Stanley
The tilt transition is like pan, only vertical instead of horizontal.
2015-07-25Use the q key to quit gracefullyJeremy Stanley
Relying on ctrl-C user interrupt to exit leaves the terminal in a dirty state, and potentially unusable. Add the ability to exit gracefully by pressing the q key.
2015-07-25Use configured transition durationJeremy Stanley
When a duration is passed as a parameter into the Transition instantiation, use it.
2015-01-26README.rst: fix typo0.1.1Chris Packham
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
2015-01-14Add source location to README0.1.0James E. Blair
2015-01-10Add support for bright bg colors in ansi parserJames E. Blair
2015-01-09Initial commitJames E. Blair