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