aboutsummaryrefslogtreecommitdiff
path: root/src/event_loop.rs
Commit message (Expand)AuthorAge
* Better error handling in event loopJoe Wilm2017-04-03
* Fix bug where event loop could get stuck readingJoe Wilm2017-01-11
* Handle EINTR in I/O loopJoe Wilm2017-01-06
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Major cleanup for event handlingJoe Wilm2016-12-26
* Misc formatting fixesJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Implement Handler::identify_terminal for TermJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Fix alacritty shutdown when shell exits on macOSJoe Wilm2016-11-11
* Clean up event_loop moduleJoe Wilm2016-09-26
* Refactor EventLoop into event_loop moduleJoe Wilm2016-09-25