aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
Commit message (Expand)AuthorAge
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Improve URL detection with special charactersChristian Duerr2019-01-05
* Limit number of URL schemesChristian Duerr2019-01-05
* Fix removal of trailing URL charactersChristian Duerr2019-01-05
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Fixing tabs in copy-pasteSteve Blundy2018-12-15
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix rendering of zero-width charactersChristian Duerr2018-12-09
* Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker2018-11-25
* Add keybinding action for clearing warns/errorsChristian Duerr2018-11-19
* Display errors and warningsChristian Duerr2018-11-17
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Rework cursor configurationChristian Duerr2018-11-01
* Add option to open URLs on clickChristian Duerr2018-10-22
* Fix rotation of selection below 0Christian Duerr2018-10-20
* Drop terminal lock before renderingtrimental2018-09-30
* Fix rendering of selections outside the viewportChristian Duerr2018-09-28
* Fix selection of empty linesChristian Duerr2018-09-26
* Implement CNL and CPL escape codes (#1590)Niklas Claesson2018-09-26
* Implement config option for term colors 16..256Christian Duerr2018-09-23
* Add hidden escape sequenceChristian Duerr2018-09-19
* Fix style issuesMatthias Krüger2018-09-17
* Fix substraction underflow with IL sequenceChristian Duerr2018-09-05
* Implement `ansi::ClearMode::Saved`Nathan Lilienthal2018-09-02
* Scroll visible area when growing windowChristian Duerr2018-08-15
* Reset visible area when RIS is receivedChristian Duerr2018-08-03
* Merge branch 'master' into scrollbackChristian Duerr2018-07-28
|\
| * Add optional dim foreground colorRémi Garde2018-07-23
| * Add config for unfocused window cursor changePatrycja Balik2018-07-15
| * Fix clippy issuesChristian Duerr2018-07-01
| * Reduce Increase-/DecreaseFontSize step to 0.5Felippe da Motta Raposo2018-06-08
* | Merge master into scrollbackChristian Duerr2018-07-28
* | Fix trailing colors when leaving vim after resizeChristian Duerr2018-07-26
* | Scrollback cleanupChristian Duerr2018-07-21
* | Disable scroll buffer for "alt" GridJoe Wilm2018-07-09
* | Fix scrollback accessing indices out of boundsChristian Duerr2018-07-02
* | Optimize indexing of the grid's raw bufferChristian Duerr2018-06-16
* | Allow changing scrollback history size at runtimeChristian Duerr2018-06-02
* | Reset grid when running `reset`Christian Duerr2018-06-02
* | Fix BCE ref testsJoe Wilm2018-06-02
* | Make tests compile againJoe Wilm2018-06-02
* | Rework auto-scrolling optionsChristian Duerr2018-06-02
* | Replace scrolling methods with enumChristian Duerr2018-06-02
* | Add scrollback hotkeysChristian Duerr2018-06-02
* | Fix buggy selection when scrolling downChristian Duerr2018-06-02
* | Fix multi-line selection with single cell endChristian Duerr2018-06-02
* | Fix selection in scrollbackChristian Duerr2018-06-02
* | Merge branch #1095Christian Duerr2018-06-02
* | Fix crash when selection leaves viewportChristian Duerr2018-06-02
* | Fix 4+ line copyingJoe Wilm2018-06-02