aboutsummaryrefslogtreecommitdiff
path: root/src/app/impl_view.rs
Commit message (Expand)AuthorAgeFilesLines
* Override Ctrl-C by disabling callback in Cursivenc2020-08-061-1/+2
* add ctrlc to on_event triggernc2020-07-291-0/+4
* Add RwLock around messages. Catch SIGINT and print that :q is the way to quit.nc2020-07-201-4/+4
* add startup hint, fix watcher panicsAkshay2020-07-191-10/+6
* add smooth error handlingAkshay2020-07-181-1/+12
* refactor app.rs into module: appAkshay2020-07-181-0/+175