aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term
Commit message (Expand)AuthorAge
...
* 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
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix clippy warningsMatthias Krüger2020-05-01
* Clear selection on grid swapRémi Garde2020-04-20
* Use config colors to theme Wayland decorationsKirill Chibisov2020-04-09
* 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 log target of color config errorsKirill Chibisov2020-02-28
* Remove docs for 0xRRGGBB color notationChristian Duerr2020-02-27
* 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