summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/src/config/mod.rs
AgeCommit message (Expand)Author
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-25Fix typosPavel Roskin
2023-07-22Add `terminal` config section to control OSCs Kirill Chibisov
2023-06-17Add errors for deserializing with unknown fieldsChristian Duerr
2023-05-23Switch to VTE's built-in ansi featureAnhad Singh
2022-10-12Fix clippy warningsChristian Duerr
2022-09-17Fix IPC config overriding previous valuesChristian Duerr
2022-09-01Add IPC config subcommandChristian Duerr
2022-07-01Add `cursor.blink_timeout` config optionKirill Chibisov
2022-06-02Fix a few minor clippy lintsYuri Astrakhan
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-02-13Update dependenciesChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-02Fix deserialization of untagged enumsChristian Duerr
2021-01-01Remove Windows WinPTY backendChristian Duerr
2020-12-21Replace serde's derive with custom proc macroChristian Duerr
2020-11-23Add blinking cursor supportDettorer
2020-11-06Deprecate the WinPTY backendChristian Duerr
2020-08-21Add configuration file importsChristian Duerr
2020-07-11Remove gui dependencies from alacritty_terminalKirill Chibisov
2020-07-10Add option to run command on bell Kirill Chibisov
2020-07-09Add regex scrollback buffer searchChristian Duerr
2020-06-06Remove copyright notice from filesChristian Duerr
2020-06-05Fix class and cursor thickness deserializationKirill Chibisov
2020-06-05Refactor Shell, Command, and Launcher to share implKirill Chibisov
2020-05-05Extend style guideline documentationChristian Duerr
2020-04-15Add config option to set cursor thicknessKirill Chibisov
2020-03-18Add modal keyboard motion modeChristian Duerr
2020-03-01Remove `tabspaces` config optionChristian Duerr
2020-01-20Disable drawing bold text bright by defaultKirill Chibisov
2020-01-12Fix crash with invalid working directoryChristian Duerr
2020-01-02Clean up Windows PTY string handlingDavid Hewitt
2019-12-21Default to ConPTY instead of WinPTYDavid Hewitt
2019-10-09Add --hold CLI flagValentin Ignatev
2019-10-06Remove automatic config generationKirill Chibisov
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-09-28Add `ReceiveChar` action for passing key's textzsugabubus
2019-07-26Fix double-click selecting trailing tabBen Firth
2019-07-10Fix cursor color setting with escape sequenceKirill Chibisov
2019-07-07Fix saving of ref testsChristian Duerr
2019-07-06Allow setting gtk variant and general class on X11Brian Koropoff
2019-06-18Fix redundant static lifetime clippy lintMatthias Krüger
2019-05-10Refactor config parsing filesChristian Duerr
2019-05-03Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal
2019-04-28Split alacritty into a separate cratesTheodore Dubois