aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/config
Commit message (Expand)AuthorAge
* 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
* Rework default bindingsKirill Chibisov2019-09-18
* Add bold italic font supportChris Morgan2019-08-25
* Fix double-click selecting trailing tabBen Firth2019-07-26
* Fix cursor color setting with escape sequenceKirill Chibisov2019-07-10
* Fix saving of ref testsChristian Duerr2019-07-07
* Allow setting gtk variant and general class on X11Brian Koropoff2019-07-06
* Fix redundant static lifetime clippy lintMatthias Krüger2019-06-18
* Refactor config parsing filesChristian Duerr2019-05-10
* Add git hash to version string, and fix crate name (#2397)Nathan Lilienthal2019-05-03
* Split alacritty into a separate cratesTheodore Dubois2019-04-28