aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
Commit message (Expand)AuthorAge
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add regex terminal hintsChristian Duerr2021-03-01
* Fix search freezing AlacrittyChristian Duerr2021-02-18
* Fix cursor position when scrolled into historyChristian Duerr2021-02-18
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Remove all rustc benchmarksJames McCoy2021-01-21
* Fix inefficient search initializationChristian Duerr2021-01-07
* Fix debug mode crash in vi-less searchChristian Duerr2021-01-03
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Fix dimming of indexed colorsChristian Duerr2020-12-05
* Draw selection below Vi cursor when it's hiddenKirill Chibisov2020-11-28
* Fix DoS caused by excessive CSI parameter valuesChristian Duerr2020-11-26
* Add blinking cursor supportDettorer2020-11-23
* Fix vi mode terminal resetChristian Duerr2020-11-19
* Fix wide characters being cut offKirill Chibisov2020-11-17
* Fix zerowidth characters in the last columnKirill Chibisov2020-11-15
* Add ability to select text during searchChristian Duerr2020-11-13
* Fix use after free when dropping zerowidth dataKirill Chibisov2020-11-13
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Add support for urgency hints CSITaylor Blau2020-10-10
* Bump glutin to 0.25.0Kirill Chibisov2020-10-07
* Add support for single line terminalsii412020-09-27
* Fix selection incorrectly expanding when scrolled in historyKirill Chibisov2020-09-26
* Pass existing CLI parameters to SpawnNewInstanceRohan Poojary2020-09-06
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Use yellow/red from the config for message bar colorsKirill Chibisov2020-08-13
* Add support for double underlinesChristian Duerr2020-08-12
* Fix handling of wrapline flag in last lineChristian Duerr2020-08-12
* Bump minimum supported Rust version to 1.43.0Kirill Chibisov2020-07-28
* Fix CellForeground and CellBackground cursor colorsKirill Chibisov2020-07-27
* Invert fixed color cursor if it's close to cell bgChristian Duerr2020-07-26
* Add secondary DA supportChristian Duerr2020-07-23
* Add support for searching without vi modeChristian Duerr2020-07-15
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix saved cursor handlingChristian Duerr2020-07-06
* Preserve linewrap flag across alt screen switchesChristian Duerr2020-07-06
* 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