summaryrefslogtreecommitdiffstats
path: root/src/term
AgeCommit message (Expand)Author
2019-04-28Split alacritty into a separate cratesTheodore Dubois
2019-04-25Fix position of zero-width over double-width charactersChristian Duerr
2019-04-25Fix cursor disappearingChristian Duerr
2019-04-25Show same fg/bg text when inversedChristian Duerr
2019-04-22Fix hidden cursor inverting cell colorsChristian Duerr
2019-04-20Fix cursor colorsChristian Duerr
2019-04-19Fix cursor dimension style issuesChristian Duerr
2019-04-19Fix cursor dimensions with font offsetChristian Duerr
2019-04-19Fix update_lines performance issuesChristian Duerr
2019-04-18Remove outdated comment line.Nathan Lilienthal
2019-04-11Remove redundant closures and importsMatthias Krüger
2019-04-08Reset scrolling region when receiving RIS escapeDaniel Eklöf
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2019-03-30Rework URL highlightingChristian Duerr
2019-03-24Fix URL highlight crashChristian Duerr
2019-03-23Fix URL parsing with double-width charactersChristian Duerr
2019-03-19Fix URLs getting incorrectly extended to next lineChristian Duerr
2019-03-19Add URL hover highlightingChristian Duerr
2019-03-17Remove InclusiveRange codeChristian Duerr
2019-03-13Add text reflowChristian Duerr
2019-03-12Add config option to change selection colorKirill Chibisov
2019-03-12Fix signal handling on Unix systemsRachel K
2019-03-07Add dynamic title support for WindowDavid Hewitt
2019-03-04Fix selection starting inside paddingLado Tonia
2019-03-02Fix alt screen bugsChristian Duerr
2019-02-08Remove selections when clearing screen partiallyChristian Duerr
2019-02-07Dynamically resize terminal for errors/warningsChristian Duerr
2019-02-07Fix unclickable URLs with scrolled viewportChristian Duerr
2019-01-21Fix off-by-one error in erase_charsAlexander Bulimov
2019-01-17Make all configuration fields optionalChristian Duerr
2019-01-13Fix tabs overwriting cells during movementChristian Duerr
2019-01-07Normalize Log Message StringsNathan Lilienthal
2019-01-05Improve URL detection with special charactersChristian Duerr
2019-01-05Limit number of URL schemesChristian Duerr
2019-01-05Fix removal of trailing URL charactersChristian Duerr
2018-12-22Add proper underline and strikeout supportChristian Duerr
2018-12-15Fixing tabs in copy-pasteSteve Blundy
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-09Fix rendering of zero-width charactersChristian Duerr
2018-11-25Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker
2018-11-19Add keybinding action for clearing warns/errorsChristian Duerr
2018-11-17Display errors and warningsChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-01Rework cursor configurationChristian Duerr
2018-10-22Add option to open URLs on clickChristian Duerr
2018-10-20Fix rotation of selection below 0Christian Duerr
2018-10-07fix erroneous indexed_color resultsRobert Martin Winterstein
2018-09-30Drop terminal lock before renderingtrimental
2018-09-28Fix rendering of selections outside the viewportChristian Duerr
2018-09-26Fix selection of empty linesChristian Duerr