aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/ansi.rs
Commit message (Expand)AuthorAge
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Fix invalid ESC escape sequence parsingChristian Duerr2020-12-17
* Fix DoS caused by excessive CSI parameter valuesChristian Duerr2020-11-26
* Add blinking cursor supportDettorer2020-11-23
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Add support for urgency hints CSITaylor Blau2020-10-10
* Add support for single line terminalsii412020-09-27
* 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 secondary DA supportChristian Duerr2020-07-23
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Document supported escape sequencesChristian Duerr2020-07-03
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix live config reload for window titleChristian Duerr2020-03-14
* Remove HollowBlock/Hidden config cursor stylesRémi Garde2020-03-02
* Fix parser stopping at unknown modesChristian Duerr2020-02-15
* Bump vte and urlocatorChristian Duerr2020-02-11
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Mirror OSC query terminatorChristian Duerr2020-01-31
* Bump VTE to 0.5.0Christian Duerr2020-01-12
* Remove C1 escape supportChristian Duerr2019-12-31
* Fix `OSC 52` with empty clipboard paramChristian Duerr2019-11-28
* Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov2019-11-17
* Fix cell reset not clearing flags and foregroundKirill Chibisov2019-11-17
* Add escape for reading clipboardChristian Duerr2019-11-11
* Add UTF-8 mouse mode supportKirill Chibisov2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Add support for title stack escape sequencesDustin2019-10-14
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Concatenate parameters of title OSCPaolo Capriotti2019-09-28
* Fix overflow on wrong scroll region settingKirill Chibisov2019-09-26
* Fix legacy xparsecolor regressionChristian Duerr2019-08-28
* Show text cursor when pressing shift in mouse modeJohn Sullivan2019-08-24
* Follow xparsecolor spec in escape sequencesrbong2019-08-19
* Fix clippy issuesChristian Duerr2019-08-16
* Format codeChristian Duerr2019-08-08
* Ignore unsupported CSI sequencesKoichi Murase2019-08-06
* Fix cursor color setting with escape sequenceKirill Chibisov2019-07-10
* Fix redundant static lifetime clippy lintMatthias Krüger2019-06-18
* Fix dynamic multi-color escape codesKevin Zheng2019-06-09
* Add foreground/background request escape codesrbong2019-06-02
* Split alacritty into a separate cratesTheodore Dubois2019-04-28