aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/mod.rs
Commit message (Expand)AuthorAge
* 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
* 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
* Add support for double underlinesChristian 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
* 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