| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-05 | Test terminal output | Teddy 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/ directory | Teddy Wing | |
| 2016-08-05 | Cargo: 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-05 | Cargo: Install "termion" 1.0 | Teddy Wing | |
| Terminal library to help with creating a text user interface. | |||
| 2016-08-05 | Add .gitignore: Ignore Rust /target/ build directory | Teddy Wing | |
| 2016-08-05 | Initial commit. Cargo init. | Teddy Wing | |
| Initialise a new project with `cargo init --bin`. | |||
