aboutsummaryrefslogtreecommitdiff
path: root/src/app/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add RwLock around messages. Catch SIGINT and print that :q is the way to quit.nc2020-07-201-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 watcherHugo Camboulive2020-07-191-2/+2
| | | | Allows running on OSX.
* fix reexportsAkshay2020-07-181-0/+3
|
* refactor app.rs into module: appAkshay2020-07-181-0/+27