aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests/ref.rs
Commit message (Expand)AuthorAge
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Add support for double underlinesChristian Duerr2020-08-12
* Add support for colon separated SGR parametersChristian Duerr2020-08-07
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix saved cursor handlingChristian Duerr2020-07-06
* Preserve linewrap flag across alt screen switchesChristian Duerr2020-07-06
* Fix scroll down escape pulling lines from historyChristian Duerr2020-06-25
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Remove `fs::read_to_string` reimplementationsChristian Duerr2020-03-26
* Remove std::fs::read_to_string reimplementation from testsMatthias Krüger2020-03-25
* Update outdated reftestsKirill Chibisov2020-01-04
* Fix screen reset not clearing cell flagsChristian Duerr2019-12-24
* Fix cell reset not clearing flags and foregroundKirill Chibisov2019-11-17
* Add reftest for line deletionChristian Duerr2019-11-15
* Add ref test for verifying colored clear behaviorChristian Duerr2019-11-10
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Ignore unsupported CSI sequencesKoichi Murase2019-08-06
* Remove color from log outputChristian Duerr2019-08-01
* Fix row occ not set during new and resetChristian Duerr2019-07-10
* Refactor config parsing filesChristian Duerr2019-05-10
* Switch from copypasta to rust-clipboardChristian Duerr2019-04-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28