summaryrefslogtreecommitdiffstats
path: root/src/term
AgeCommit message (Expand)Author
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
2018-09-26Implement CNL and CPL escape codes (#1590)Niklas Claesson
2018-09-23 Implement config option for term colors 16..256Christian Duerr
2018-09-19Add hidden escape sequenceChristian Duerr
2018-09-17Fix style issuesMatthias Krüger
2018-09-05Fix substraction underflow with IL sequenceChristian Duerr
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-08-15Scroll visible area when growing windowChristian Duerr
2018-08-03Reset visible area when RIS is receivedChristian Duerr
2018-07-28Merge branch 'master' into scrollbackChristian Duerr
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-26Fix trailing colors when leaving vim after resizeChristian Duerr
2018-07-23Add optional dim foreground colorRémi Garde
2018-07-21Scrollback cleanupChristian Duerr
2018-07-15Add bright foreground color optionChristian Duerr
2018-07-15Add config for unfocused window cursor changePatrycja Balik
2018-07-09Disable scroll buffer for "alt" GridJoe Wilm
2018-07-02Fix scrollback accessing indices out of boundsChristian Duerr
2018-07-01Fix clippy issuesChristian Duerr
2018-06-16Optimize indexing of the grid's raw bufferChristian Duerr
2018-06-08Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo
2018-06-02Allow changing scrollback history size at runtimeChristian Duerr
2018-06-02Reset grid when running `reset`Christian Duerr
2018-06-02Fix BCE ref testsJoe Wilm
2018-06-02Make tests compile againJoe Wilm
2018-06-02Rework auto-scrolling optionsChristian Duerr