aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
Commit message (Expand)AuthorAge
...
* Mirror OSC query terminatorChristian Duerr2020-01-31
* Fix incorrect grid.len() and grid.history_size()Kirill Chibisov2020-01-26
* Fix first cell when selection is off screenChristian Duerr2020-01-21
* Remove scrolling.auto_scroll featureKirill Chibisov2020-01-20
* Expand line selection across wrapped linesChristian Duerr2020-01-15
* Move Alacritty to organizationChristian Duerr2020-01-11
* Fix cut off full width glyphs in last columnChristian Duerr2020-01-09
* Fix screen reset not clearing cell flagsChristian Duerr2019-12-24
* Fix Windows CI build failureChristian Duerr2019-12-21
* Fix colored row reset performanceChristian Duerr2019-12-10
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23
* Fix deletion of lines when clearing the screenNathan Lilienthal2019-11-18
* Fix ESC escapes not ignoring invalid intermediatesKirill Chibisov2019-11-17
* Fix cell reset not clearing flags and foregroundKirill Chibisov2019-11-17
* Fix `CSI Ps M` deleting lines above cursorChristian Duerr2019-11-15
* Fix division by zero without any cols or linesBurak Yigit Kaya2019-11-14
* Fix mouse modes not being mutually exclusiveKirill Chibisov2019-11-12
* Add escape for reading clipboardChristian Duerr2019-11-11
* Add UTF-8 mouse mode supportKirill Chibisov2019-11-04
* Fix incorrect cell foreground when clearing screenChristian Duerr2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* 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
* Remove outdated TODO/FIXME commentsChristian Duerr2019-09-21
* Replace uninitialized with MaybeUninitMatthias Krüger2019-09-10
* 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
* Fix row occ not set during new and resetChristian Duerr2019-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