summaryrefslogtreecommitdiffstats
path: root/src/event_loop.rs
AgeCommit message (Expand)Author
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-05-25Fix typo in error messageRandy Ramos
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-26Update dependenciesgolem131
2018-01-06Add clippy check to travisChristian Duerr
2017-10-30fix some typos in commentsMartin Lindhe
2017-09-05Update most remaining depsJonathan Schleußer
2017-07-31Read more from ptyJoe Wilm
2017-05-24Minor cleanup, style fix, dead code removalJoe Wilm
2017-05-24Add DrainResult enumAaron Hill
2017-05-24Fix typoAaron Hill
2017-05-24Ensure that the event loop thread cleanly exits on shutdownAaron Hill
2017-05-24Fix #573. Ensure we don't write 0 bytes to ptyMartin Algesten
2017-04-03Better error handling in event loopJoe Wilm
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