aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
Commit message (Expand)AuthorAge
* Draw cursor with rect rendererKirill Chibisov2020-12-28
* Remove terminfo dependencyCaden Haustein2020-12-22
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Fix invalid ESC escape sequence parsingChristian Duerr2020-12-17
* Fix draining of PTY when holding on exitChristian Duerr2020-12-17
* Fix scrolling region performance with fixed linesChristian Duerr2020-12-10
* 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
* Bump development version to 0.7.0-devChristian Duerr2020-11-15
* Fix zerowidth characters in the last columnKirill Chibisov2020-11-15
* Update vte to 0.9.0Christian Duerr2020-11-13
* Add ability to select text during searchChristian Duerr2020-11-13
* Fix use after free when dropping zerowidth dataKirill Chibisov2020-11-13
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Use dynamic storage for zerowidth charactersChristian Duerr2020-11-05
* Error on warnings when running clippyKirill Chibisov2020-10-29
* Add license symlinks for cratesStefano Figura2020-10-17
* 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