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 | -4/+4 |
| | | | | | 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... | ||||
* | add startup hint, fix watcher panics | Akshay | 2020-07-19 | 1 | -10/+6 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -1/+12 |
| | |||||
* | refactor app.rs into module: app | Akshay | 2020-07-18 | 1 | -0/+175 |