summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/ansi.rs
AgeCommit message (Expand)Author
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
2019-11-17Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov
2019-11-17Fix cell reset not clearing flags and foregroundKirill Chibisov
2019-11-11Add escape for reading clipboardChristian Duerr
2019-11-04Add UTF-8 mouse mode supportKirill Chibisov
2019-11-03Fix URL highlightingChristian Duerr
2019-10-15Add support for alternate scroll escapeAleksey Kuznetsov
2019-10-14Add support for title stack escape sequencesDustin
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-09-28Concatenate parameters of title OSCPaolo Capriotti
2019-09-26Fix overflow on wrong scroll region settingKirill Chibisov
2019-08-28Fix legacy xparsecolor regressionChristian Duerr
2019-08-24Show text cursor when pressing shift in mouse modeJohn Sullivan
2019-08-19Follow xparsecolor spec in escape sequencesrbong
2019-08-16Fix clippy issuesChristian Duerr
2019-08-08Format codeChristian Duerr
2019-08-06Ignore unsupported CSI sequencesKoichi Murase
2019-07-10Fix cursor color setting with escape sequenceKirill Chibisov
2019-06-18Fix redundant static lifetime clippy lintMatthias Krüger
2019-06-09Fix dynamic multi-color escape codesKevin Zheng
2019-06-02Add foreground/background request escape codesrbong
2019-04-28Split alacritty into a separate cratesTheodore Dubois