summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/ansi.rs
AgeCommit message (Expand)Author
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-06-15Fix `alacritty msg config` toml replacementChristian Duerr
2023-06-12Switch to TOML configuration formatChristian Duerr
2023-05-23Switch to VTE's built-in ansi featureAnhad Singh
2023-03-19Fix `;` character in URI OSC 8 payloadKirill Chibisov
2023-02-02Update winit to 0.28Kirill Chibisov
2022-07-25Fix clippy warningsChris Copeland
2022-07-20Replace `map().unwrap_or()` with `map_or()`Chris Copeland
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-06-01Fix DEC Special Character Set (Line drawing)André Kugland
2022-05-20Enable damage tracking only on WaylandKirill Chibisov
2022-03-31Fix OSC 4 color response formatChristian Duerr
2022-03-16Add colored underline supportKirill Chibisov
2022-02-14Add support for dashed and dotted underlinesKirill Chibisov
2022-02-08Add support for drawing undercurlsKirill Chibisov
2022-01-20Fix OSC 104 with empty second parameterDaftMouse
2022-01-15Add ´?´ support to OSC 4DaftMouse
2021-12-23Fix CreateNewWindow CLI fallbackChristian Duerr
2021-04-17Fix out of order terminal query responsesChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-02-24Add support for synchronized updatesChristian Duerr
2021-02-24Match intermediates directly in CSI parserChristian Duerr
2021-02-13Update dependenciesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-12-17Fix invalid ESC escape sequence parsingChristian Duerr
2020-11-26Fix DoS caused by excessive CSI parameter valuesChristian Duerr
2020-11-23Add blinking cursor supportDettorer
2020-10-29Error on warnings when running clippyKirill Chibisov
2020-10-10Add support for urgency hints CSITaylor Blau
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-23Add secondary DA supportChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-07-03Document supported escape sequencesChristian Duerr
2020-06-07Remove copypasta dependency from alacritty_terminalKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-14Fix live config reload for window titleChristian Duerr
2020-03-02Remove HollowBlock/Hidden config cursor stylesRémi Garde
2020-02-15Fix parser stopping at unknown modesChristian Duerr
2020-02-11Bump vte and urlocatorChristian Duerr
2020-02-10Revert "Fix backspace deleting chars when IME is open"Christian Duerr
2020-01-31Mirror OSC query terminatorChristian Duerr
2020-01-12Bump VTE to 0.5.0Christian Duerr
2019-12-31Remove C1 escape supportChristian Duerr
2019-11-28Fix `OSC 52` with empty clipboard paramChristian Duerr