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 | -5/+7 |
| | | | | | 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 | -15/+5 |
| | |||||
* | stop habits from consuming global events | Akshay | 2020-07-19 | 1 | -14/+11 |
| | |||||
* | being adding command eval error messages | Akshay | 2020-07-19 | 1 | -0/+9 |
| | |||||
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -3/+1 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -40/+43 |
| | |||||
* | refactor app.rs into module: app | Akshay | 2020-07-18 | 1 | -0/+247 |