aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
...
* 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
* Remove unused Linear newtype. (#4248)Nathan Lilienthal2020-09-24
* Pass existing CLI parameters to SpawnNewInstanceRohan Poojary2020-09-06
* Disable WinPTY with windows-gnu toolchainMateusz Mikuła2020-08-31
* Add escape to report text area sizeAyose Cazorla2020-08-28
* Unify term dimension callsChristian Duerr2020-08-25
* Add configuration file importsChristian Duerr2020-08-21
* 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
* Add support for colon separated SGR parametersChristian Duerr2020-08-07
* Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr2020-08-06
* 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
* Bump version to 0.6.0-devChristian Duerr2020-07-19
* Bump alacritty_terminal versionChristian Duerr2020-07-19
* Add support for searching without vi modeChristian Duerr2020-07-15
* Fix cursor reflowChristian Duerr2020-07-15
* Fallback to SHELL instead of passwd if presentMattbazooka2020-07-14
* Fix crash on cursor resizeChristian Duerr2020-07-14
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Fail compilation if Fontconfig is not installed on Linux/BSDKirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* Fix cursor reflowChristian Duerr2020-07-09
* Fix saved cursor handlingChristian Duerr2020-07-06
* Preserve linewrap flag across alt screen switchesChristian Duerr2020-07-06
* Document supported escape sequencesChristian Duerr2020-07-03
* 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
* Fix scroll down escape pulling lines from historyChristian Duerr2020-06-25
* Add automatic scrolling during selectionChristian Duerr2020-06-18
* Update dependenciesKirill Chibisov2020-06-07
* Remove copypasta dependency from alacritty_terminalKirill Chibisov2020-06-07
* Remove copyright notice from filesChristian Duerr2020-06-06
* Fix class and cursor thickness deserializationKirill Chibisov2020-06-05
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Add cargo feature for WinPTYDavid Hewitt2020-06-02
* Refactor Term/Grid separationChristian Duerr2020-05-30
* Set IUTF8 input setting on supported platformsKirill Chibisov2020-05-27
* Remove unused dependenciesMatthias Krüger2020-05-24
* Update copypasta to v0.7.0Kirill Chibisov2020-05-21
* Fix crash when writing wide char in last columnChristian Duerr2020-05-17