aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests
AgeCommit message (Expand)Author
2024-02-14Fix regional scrolling leaking into historyChristian Duerr
2024-01-06Fix serde tests without default featuresChristian Duerr
2023-11-11Add `--option` argument to `create-window`Christian Duerr
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-05-23Switch to VTE's built-in ansi featureAnhad Singh
2023-05-17Update bitflags to 2.2.1Kirill Chibisov
2023-03-19Fix `;` character in URI OSC 8 payloadKirill Chibisov
2023-02-02Update winit to 0.28Kirill Chibisov
2023-01-15Preserve last column with erase in line rightChristian Duerr
2022-07-24Fix inverted condition for cell's extra clearingKirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-01Fix DEC Special Character Set (Line drawing)André Kugland
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-03-16Add colored underline supportKirill Chibisov
2022-02-08Add support for drawing undercurlsKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-04-17Fix out of order terminal query responsesChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-09-27Add support for single line terminalsii41
2020-08-28Add escape to report text area sizeAyose Cazorla
2020-08-12Add support for double underlinesChristian Duerr
2020-08-07Add support for colon separated SGR parametersChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-07-06Fix saved cursor handlingChristian Duerr
2020-07-06Preserve linewrap flag across alt screen switchesChristian Duerr
2020-06-25Fix scroll down escape pulling lines from historyChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-26Remove `fs::read_to_string` reimplementationsChristian Duerr
2020-03-25Remove std::fs::read_to_string reimplementation from testsMatthias Krüger
2020-01-26Fix incorrect grid.len() and grid.history_size()Kirill Chibisov
2020-01-04Update outdated reftestsKirill Chibisov
2019-12-24Fix screen reset not clearing cell flagsChristian Duerr
2019-12-10Fix colored row reset performanceChristian Duerr
2019-11-17Fix cell reset not clearing flags and foregroundKirill Chibisov
2019-11-15Add reftest for line deletionChristian Duerr
2019-11-10Add ref test for verifying colored clear behaviorChristian Duerr
2019-11-04Fix incorrect cell foreground when clearing screenChristian Duerr
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-08-06Ignore unsupported CSI sequencesKoichi Murase
2019-08-01Remove color from log outputChristian Duerr
2019-07-10Fix row occ not set during new and resetChristian Duerr
2019-05-10Refactor config parsing filesChristian Duerr
2019-04-28Switch from copypasta to rust-clipboardChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois