aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-05Test terminal outputTeddy Wing
Output a single string to the terminal in the alternate screen. This allows us to test the base functionality of what we'll need for a dialog a la URLView. Used Rustty's examples as a big reference.
2016-08-05.gitignore: Ignore /private/ directoryTeddy Wing
2016-08-05Cargo: Remove 'termion' dependency, use 'rustty'Teddy Wing
Decided to remove Termion in favour of Rustty because it seems like it has a simpler interface.
2016-08-05Cargo: Install "termion" 1.0Teddy Wing
Terminal library to help with creating a text user interface.
2016-08-05Add .gitignore: Ignore Rust /target/ build directoryTeddy Wing
2016-08-05Initial commit. Cargo init.Teddy Wing
Initialise a new project with `cargo init --bin`.