Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add RwLock around messages. Catch SIGINT and print that :q is the way to quit. | nc | 2020-07-20 | 1 | -1/+3 |
| | | | | | Note that this doesn't actually capture Ctrl-C. I'm not sure how it works but termion somehow swollows Ctrl-C so and circumvents the signal handler... | ||||
* | use cross-platform file watcher | Hugo Camboulive | 2020-07-19 | 1 | -2/+2 |
| | | | | Allows running on OSX. | ||||
* | fix reexports | Akshay | 2020-07-18 | 1 | -0/+3 |
| | |||||
* | refactor app.rs into module: app | Akshay | 2020-07-18 | 1 | -0/+27 |