aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Fix cursor disappearingChristian Duerr2019-04-25
* Fix hidden cursor inverting cell colorsChristian Duerr2019-04-22
* Add rustfmt style guideChristian Duerr2019-03-30
* Add URL hover highlightingChristian Duerr2019-03-19
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Lower log level of warnings in ansi.rsChristian Duerr2018-11-18
* Display errors and warningsChristian Duerr2018-11-17
* Add optional dim foreground colorRémi Garde2018-07-23
* Add bright foreground color optionChristian Duerr2018-07-15
* Add support for cursor shape escape sequenceAnthony Clays2018-07-15
* Fix clippy issuesChristian Duerr2018-07-01
* Add modifiers to mouse eventsChristian Duerr2018-03-12
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Fix indexed color setting regressionNiklas Claesson2018-01-08
* Add clippy check to travisChristian Duerr2018-01-06
* Add support for set-clipboard. (#970)Geert Jansen2018-01-02
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* Add cursor style option (#928)Christian Duerr2017-12-03
* Support more color escape codes (#757)Tuomas Siipola2017-11-11
* fix some typos in commentsMartin Lindhe2017-10-30
* implement ANSI CSI REP (Repeat)Jasper Bryant-Greene2017-09-30
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Support background and foreground color escape codes (#662)Tuomas Siipola2017-07-28
* Implement and use ansi attribute CancelBold (#659)ftilde2017-07-20
* Add dim color supportJake Merdich2017-06-23
* Add support for Beam, Underline cursorsJoe Wilm2017-06-11
* Implement FocusIn/FocusOut reports (#589)Aaron Hill2017-05-29
* Fix Device Status reportsDominik Miedziński2017-05-08
* Add support for Query Device StatusDominik Miedziński2017-05-07
* Support insert modeJoe Wilm2017-05-01
* Partially add DECCOLM supportJoe Wilm2017-04-19
* Fixes for vttest cursor movement screen 1Joe Wilm2017-04-18
* Implement LF/NLJoe Wilm2017-04-18
* Handle CSI command J3 (Clear saved lines)Aaron Hill2017-03-04
* Handle OSC command '1' (Set Icon Name)Aaron Hill2017-03-03
* Change cursor colors config to use text and cursorJoe Wilm2017-02-25
* Handle OSC for setting indexed color valuesJoe Wilm2017-02-11
* Implement save/restore cursor positionJoe Wilm2017-02-02
* support for inverting the cursor or using colorsDanny Dulai2017-01-29
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* ansi: Designate and invoke graphic character setsRichard Palethorpe2017-01-21
* Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow2017-01-11
* Add support for setting title from OSCJoe Wilm2017-01-11
* Fix parsing of coalesced SGR attributesJoe Wilm2017-01-08
* Remove need for inclusive rangesManish Goregaokar2017-01-06
* Remove need for range_contains featureManish Goregaokar2017-01-06