summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
AgeCommit message (Expand)Author
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-21Remove all rustc benchmarksJames McCoy
2021-01-11Fix assertion crash on 32-bit systemsr-c-f
2021-01-07Fix inefficient search initializationChristian Duerr
2021-01-04Bump development version to 0.8.0-devChristian Duerr
2021-01-03Fix debug mode crash in vi-less searchChristian Duerr
2021-01-03Update vte to 0.10.0Christian Duerr
2021-01-02Fix deserialization of untagged enumsChristian Duerr
2021-01-01Add vi/search line indicatorChristian Duerr
2021-01-01Remove Windows WinPTY backendChristian Duerr
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-12-28Draw cursor with rect rendererKirill Chibisov
2020-12-22Remove terminfo dependencyCaden Haustein
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-12-17Fix invalid ESC escape sequence parsingChristian Duerr
2020-12-17Fix draining of PTY when holding on exitChristian Duerr
2020-12-10Fix scrolling region performance with fixed linesChristian Duerr
2020-12-05Fix dimming of indexed colorsChristian Duerr
2020-11-28Draw selection below Vi cursor when it's hiddenKirill Chibisov
2020-11-26Fix DoS caused by excessive CSI parameter valuesChristian Duerr
2020-11-23Add blinking cursor supportDettorer
2020-11-19Fix vi mode terminal resetChristian Duerr
2020-11-17Fix wide characters being cut offKirill Chibisov
2020-11-15Bump development version to 0.7.0-devChristian Duerr
2020-11-15Fix zerowidth characters in the last columnKirill Chibisov
2020-11-13Update vte to 0.9.0Christian Duerr
2020-11-13Add ability to select text during searchChristian Duerr
2020-11-13Fix use after free when dropping zerowidth dataKirill Chibisov
2020-11-06Deprecate the WinPTY backendChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-10-29Error on warnings when running clippyKirill Chibisov
2020-10-17Add license symlinks for cratesStefano Figura
2020-10-10Add support for urgency hints CSITaylor Blau
2020-10-07Bump glutin to 0.25.0Kirill Chibisov
2020-09-27Add support for single line terminalsii41
2020-09-26Fix selection incorrectly expanding when scrolled in historyKirill Chibisov
2020-09-24Remove unused Linear newtype. (#4248)Nathan Lilienthal
2020-09-06Pass existing CLI parameters to SpawnNewInstanceRohan Poojary
2020-08-31Disable WinPTY with windows-gnu toolchainMateusz MikuĊ‚a
2020-08-28Add escape to report text area sizeAyose Cazorla
2020-08-25Unify term dimension callsChristian Duerr
2020-08-21Add configuration file importsChristian Duerr
2020-08-13Use yellow/red from the config for message bar colorsKirill Chibisov
2020-08-12Add support for double underlinesChristian Duerr
2020-08-12Fix handling of wrapline flag in last lineChristian Duerr
2020-08-07Add support for colon separated SGR parametersChristian Duerr
2020-08-06Use `tcgetpgrp` to get PID for SpawnNewInstanceChristian Duerr
2020-07-28Bump minimum supported Rust version to 1.43.0Kirill Chibisov
2020-07-27Fix CellForeground and CellBackground cursor colorsKirill Chibisov
2020-07-26Invert fixed color cursor if it's close to cell bgChristian Duerr