summaryrefslogtreecommitdiffstats
path: root/src/ansi.rs
AgeCommit message (Expand)Author
2018-07-23Add optional dim foreground colorRémi Garde
2018-07-15Add bright foreground color optionChristian Duerr
2018-07-15Add support for cursor shape escape sequenceAnthony Clays
2018-07-01Fix clippy issuesChristian Duerr
2018-03-12Add modifiers to mouse eventsChristian Duerr
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-08Fix indexed color setting regressionNiklas Claesson
2018-01-06Add clippy check to travisChristian Duerr
2018-01-02Add support for set-clipboard. (#970)Geert Jansen
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-03Add cursor style option (#928)Christian Duerr
2017-11-11Support more color escape codes (#757)Tuomas Siipola
2017-10-30fix some typos in commentsMartin Lindhe
2017-09-30implement ANSI CSI REP (Repeat)Jasper Bryant-Greene
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-07-28Support background and foreground color escape codes (#662)Tuomas Siipola
2017-07-20Implement and use ansi attribute CancelBold (#659)ftilde
2017-06-23Add dim color supportJake Merdich
2017-06-11Add support for Beam, Underline cursorsJoe Wilm
2017-05-29Implement FocusIn/FocusOut reports (#589)Aaron Hill
2017-05-08Fix Device Status reportsDominik Miedziński
2017-05-07Add support for Query Device StatusDominik Miedziński
2017-05-01Support insert modeJoe Wilm
2017-04-19Partially add DECCOLM supportJoe Wilm
2017-04-18Fixes for vttest cursor movement screen 1Joe Wilm
2017-04-18Implement LF/NLJoe Wilm
2017-03-04Handle CSI command J3 (Clear saved lines)Aaron Hill
2017-03-03Handle OSC command '1' (Set Icon Name)Aaron Hill
2017-02-25Change cursor colors config to use text and cursorJoe Wilm
2017-02-11Handle OSC for setting indexed color valuesJoe Wilm
2017-02-02Implement save/restore cursor positionJoe Wilm
2017-01-29support for inverting the cursor or using colorsDanny Dulai
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-21ansi: Designate and invoke graphic character setsRichard Palethorpe
2017-01-11Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-08Fix parsing of coalesced SGR attributesJoe Wilm
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-01Add support for SGR mouse reportingJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Remove outdated and no longer correct docJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Implement Handler::identify_terminal for TermJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-12-11Add support for bracketed pasteJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm