summaryrefslogtreecommitdiffstats
path: root/src/tty.rs
AgeCommit message (Expand)Author
2018-09-17Set COLORTERM variable to advertise 24-bit supportDavid Peter
2018-06-17Move to cargo clippyChristian Duerr
2018-04-14alacritty: add support for OpenBSD.Matt T. Proud
2018-01-08Fix `ioctl` call failing on 32 bit architecture (#1011)Christian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2017-12-03clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger
2017-10-30fix some typos in commentsMartin Lindhe
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-05-27Find and set $WINDOWID to X11 window ID (#586)ns
2017-05-27Remove incorrect close (#552)Niklas Claesson
2017-04-18Add CLI arg for setting working directoryZach Day
2017-04-03Fix hang on exit after child process failedLukas Holecek
2017-04-03Do not replace $SHELL with --command optionJustin Charette
2017-02-14Add TERM config entryAnders Rasmussen
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-28Add support for -e argumentNiklas Claesson
2017-01-25Implement argument passing in configNiklas Claesson
2017-01-23Change to process::CommandNiklas Claesson
2017-01-18Make it run on FreeBSDjohalun
2017-01-15Cleanup getpwuid_r wrapperJoe Wilm
2017-01-07Avoid unwrap when determining proper shell to useHonza Pokorny
2017-01-06Add "shell" option to configHonza Pokorny
2017-01-05Fix ARMTaylor Trump
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-09-25Resolve compiler warningsJoe Wilm
2016-09-24Use evented I/O for the ptyJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm
2016-06-14Add support for macOSJoe Wilm
2016-06-09Fix all trivial compiler warningsJoe Wilm
2016-06-08Fix shutdown deadlockJoe Wilm
2016-06-06Handle SIGCHLDJoe Wilm
2016-06-02Initial support for Terminal Emulation (woo!)Joe Wilm
2016-05-28Initial ANSI parser implementationJoe Wilm
2016-05-24Implement tty::new()Joe Wilm