aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/index.rs
AgeCommit message (Expand)Author
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2022-09-01Add IPC config subcommandChristian Duerr
2021-12-23Fix CreateNewWindow CLI fallbackChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2020-12-31Use ConfigDeserialize for all config enumsChristian Duerr
2020-12-28Draw cursor with rect rendererKirill Chibisov
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-09-24Remove unused Linear newtype. (#4248)Nathan Lilienthal
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-30Refactor Term/Grid separationChristian Duerr
2020-05-05Extend style guideline documentationChristian Duerr
2020-03-18Add modal keyboard motion modeChristian Duerr
2020-03-07Fix selection with invisible start and endChristian Duerr
2020-02-07Fix selection expansion across full-width glyphsChristian Duerr
2020-01-09Fix cut off full width glyphs in last columnChristian Duerr
2019-11-03Fix URL highlightingChristian Duerr
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-08-01Switch to rfind_url for URL detectionChristian Duerr
2019-04-28Split alacritty into a separate cratesTheodore Dubois