aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/config
Commit message (Expand)AuthorAge
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Add `terminal` config section to control OSCs Kirill Chibisov2023-07-22
* Add errors for deserializing with unknown fieldsChristian Duerr2023-06-17
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Update winit to 0.28Kirill Chibisov2023-02-02
* Fix clippy warningsChristian Duerr2022-10-12
* Fix IPC config overriding previous valuesChristian Duerr2022-09-17
* Add IPC config subcommandChristian Duerr2022-09-01
* Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Update dependenciesChristian Duerr2021-02-13
* Move renderable cell transformation to alacrittyChristian Duerr2021-01-24
* Fix deserialization of untagged enumsChristian Duerr2021-01-02
* Add vi/search line indicatorChristian Duerr2021-01-01
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Use ConfigDeserialize for all config enumsChristian Duerr2020-12-31
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Add blinking cursor supportDettorer2020-11-23
* Add ability to select text during searchChristian Duerr2020-11-13
* Deprecate the WinPTY backendChristian Duerr2020-11-06
* Add configuration file importsChristian Duerr2020-08-21
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Add option to run command on bell Kirill Chibisov2020-07-10
* Add regex scrollback buffer searchChristian Duerr2020-07-09
* 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
* Change default color scheme to 'Tomorrow Night'Alexey Chernyshov2020-05-16
* Extend style guideline documentationChristian Duerr2020-05-05
* Add config option to set cursor thicknessKirill Chibisov2020-04-15
* Add modal keyboard motion modeChristian Duerr2020-03-18
* Remove `ref_test` option from configuration fileChristian Duerr2020-03-04
* Remove `tabspaces` config optionChristian Duerr2020-03-01
* Disable drawing bold text bright by defaultKirill Chibisov2020-01-20
* Remove scrolling.auto_scroll featureKirill Chibisov2020-01-20
* Fix crash with invalid working directoryChristian Duerr2020-01-12
* Clean up Windows PTY string handlingDavid Hewitt2020-01-02
* Default to ConPTY instead of WinPTYDavid Hewitt2019-12-21
* Fix XEmbed compilation error on 32-bit platformscyclopsian2019-10-20
* Fix window title not filled by defaultDustin2019-10-17
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Add support for title stack escape sequencesDustin2019-10-14
* Add --hold CLI flagValentin Ignatev2019-10-09
* Remove automatic config generationKirill Chibisov2019-10-06
* Update to winit/glutin EventLoop 2.0Christian Duerr2019-10-05
* Add `ReceiveChar` action for passing key's textzsugabubus2019-09-28
* Add Xembed supportmkosem2019-09-24