summaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/ansi.rs
AgeCommit message (Expand)Author
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