aboutsummaryrefslogtreecommitdiff
path: root/src/term/mod.rs
Commit message (Expand)AuthorAge
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
* Fix position of zero-width over double-width charactersChristian Duerr2019-04-25
* Fix cursor disappearingChristian Duerr2019-04-25
* Show same fg/bg text when inversedChristian Duerr2019-04-25
* Fix hidden cursor inverting cell colorsChristian Duerr2019-04-22
* Fix cursor colorsChristian Duerr2019-04-20
* Fix cursor dimension style issuesChristian Duerr2019-04-19
* Fix cursor dimensions with font offsetChristian Duerr2019-04-19
* Fix update_lines performance issuesChristian Duerr2019-04-19
* Remove outdated comment line.Nathan Lilienthal2019-04-18
* Remove redundant closures and importsMatthias Krüger2019-04-11
* Reset scrolling region when receiving RIS escapeDaniel Eklöf2019-04-08
* Add rustfmt style guideChristian Duerr2019-03-30
* Rework URL highlightingChristian Duerr2019-03-30
* Fix URL highlight crashChristian Duerr2019-03-24
* Fix URL parsing with double-width charactersChristian Duerr2019-03-23
* Fix URLs getting incorrectly extended to next lineChristian Duerr2019-03-19
* Add URL hover highlightingChristian Duerr2019-03-19
* Remove InclusiveRange codeChristian Duerr2019-03-17
* Add text reflowChristian Duerr2019-03-13
* Add config option to change selection colorKirill Chibisov2019-03-12
* Fix signal handling on Unix systemsRachel K2019-03-12
* Add dynamic title support for WindowDavid Hewitt2019-03-07
* Fix selection starting inside paddingLado Tonia2019-03-04
* Fix alt screen bugsChristian Duerr2019-03-02
* Remove selections when clearing screen partiallyChristian Duerr2019-02-08
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Fix unclickable URLs with scrolled viewportChristian Duerr2019-02-07
* Fix off-by-one error in erase_charsAlexander Bulimov2019-01-21
* Make all configuration fields optionalChristian Duerr2019-01-17
* Fix tabs overwriting cells during movementChristian Duerr2019-01-13
* 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