aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
Commit message (Expand)AuthorAge
* Fix reflow of empty wrapped cursor lineChristian Duerr2020-07-01
* Fix foreground dimming with truecolor textCarlo Abelli2020-06-29
* Rename alt_grid to inactive_gridChristian Duerr2020-06-28
* Clear selection on clear line/screen escapesKirill Chibisov2020-06-26
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Fix crash when writing wide char in last columnChristian Duerr2020-05-17
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix clippy warningsMatthias Krüger2020-05-01
* Clear selection on grid swapRémi Garde2020-04-20
* Fix tabstops not being reset with 'reset'Kirill Chibisov2020-03-30
* Remove `fs::read_to_string` reimplementationsChristian Duerr2020-03-26
* Fix cursor position after alt screen resizeChristian Duerr2020-03-24
* Fix invisible selectionChristian Duerr2020-03-21
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Fix live config reload for window titleChristian Duerr2020-03-14
* Fix selection with invisible start and endChristian Duerr2020-03-07
* Remove `tabspaces` config optionChristian Duerr2020-03-01
* Fix tabs across linewrapChristian Duerr2020-03-01
* Fix config reload updating incorrect gridChristian Duerr2020-02-23
* Fix block selection including last columnChristian Duerr2020-02-22
* Revert "Fix backspace deleting chars when IME is open"Christian Duerr2020-02-10
* Fix selection expansion across full-width glyphsChristian Duerr2020-02-07
* 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
* 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