aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
Commit message (Expand)AuthorAge
* Add support for title stack escape sequencesDustin2019-10-14
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Add live config reload for font sizewayne2019-10-02
* Fix selection not inverting terminal backgroundChristian Duerr2019-09-26
* Fix cell opacity when color matches terminal bgKirill Chibisov2019-09-26
* Fix overflow on wrong scroll region settingKirill Chibisov2019-09-26
* Reset the Mouse Cursor While SelectingNathan Lilienthal2019-09-09
* Show text cursor when pressing shift in mouse modeJohn Sullivan2019-08-24
* Move modifier check before URL searchChristian Duerr2019-08-03
* Switch to rfind_url for URL detectionChristian Duerr2019-08-01
* Fix cursor flickering on url hoverKirill Chibisov2019-07-28
* Fix cursor color setting with escape sequenceKirill Chibisov2019-07-10
* Change mouse cursor when hovering over the message barElaina Martineau2019-07-08
* Fix performance issues with text reflowChristian Duerr2019-06-23
* Fix inconsitent cursor position when scrollingKirill Chibisov2019-06-21
* Add block selectionChristian Duerr2019-06-20
* Fix dynamic color escape responseChristian Duerr2019-06-15
* Add wayland primary selection clipboard supportChristian Duerr2019-06-09
* Fix index out of bounds during selectionChristian Duerr2019-06-06
* Re-invert cursor when in selectionElaina Martineau2019-06-06
* Add foreground/background request escape codesrbong2019-06-02
* Add support for double-click bracket-pair selectionJean Mertz2019-05-11
* Fix cursor only showing up over left half of wide charactersElaina Martineau2019-05-11
* Refactor config parsing filesChristian Duerr2019-05-10
* Fix selection of double-width charactersChristian Duerr2019-04-29
* Fix spelling mistakesJDTX2019-04-28
* Switch from copypasta to rust-clipboardChristian Duerr2019-04-28
* Fix double-width characters in URLs only highlighting halfwayElaina Martineau2019-04-28
* Split alacritty into a separate cratesTheodore Dubois2019-04-28