aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
AgeCommit message (Expand)Author
2018-11-04Fix clippy issuesChristian Duerr
2018-11-01Fix default hollow cursor behavior with empty confChristian Duerr
2018-11-01Fix mouse pasting in mouse mode with shiftChristian Duerr
2018-11-01Rework cursor configurationChristian Duerr
2018-11-01Update serde_yaml to 0.8Do Duy
2018-10-27Relax matching of URL modifiersChristian Duerr
2018-10-22Add option to open URLs on clickChristian Duerr
2018-10-16Allow the usage of scancodes in the configChristian Duerr
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-28Fix deserialization of old decorations valuesChristian Duerr
2018-09-24Allow copying selection to primary clipboardGris Ge
2018-09-23 Implement config option for term colors 16..256Christian Duerr
2018-09-20Fix config error with missing decorations fieldChristian Duerr
2018-09-20Improve window.decorations options: (#1241)Joe Moon
2018-09-18Set upper limit for scrollback history sizeChristian Duerr
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-21Scrollback cleanupChristian Duerr
2018-06-02Enable history comparison in ref-testsChristian Duerr
2018-06-02Rework auto-scrolling optionsChristian Duerr
2018-06-02Add scrollback hotkeysChristian Duerr
2018-06-02Fix linux config default valueChristian Duerr
2018-06-02Merge branch #1095Christian Duerr
2018-06-02Make normal scrolling line amount configurableChristian Duerr
2018-06-02Provide correct default for scroll_historyChristian Duerr
2018-06-02Add `failure_default` deserializer to `scroll_history`Christian Duerr
2018-06-02Make number of scrollback lines configurableJoe Wilm
2018-05-11Fix clippy lintsChristian Duerr
2018-04-14alacritty: add support for OpenBSD.Matt T. Proud
2018-03-12Prevent negative cell dimensions (#1181)Christian Duerr
2018-03-09Add caret keyMichael Schumacher
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2018-01-06Improve ability of alacritty to deal with broken configChristian Duerr
2018-01-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2018-01-02Allow faux scroll amount configurationChristian Dürr
2018-01-02Add config option for faux scrollbackChristian Dürr
2017-12-24Adding dynamic_title property to configuration (#819)Wesley Gahr
2017-12-23Update bitflags to v1Chet Gurevitch
2017-12-22Use consistent config deprecation message styleJoe Wilm
2017-12-22Deprecate config top-level dimensions and paddingJoe Wilm
2017-12-22Move dimensions and padding into window sectionRobert Günzler
2017-12-22Add new window section to configRobert Günzler
2017-12-22Add 'borderless' optionRobert Günzler
2017-12-03Add cursor style option (#928)Christian Duerr
2017-12-03clippy: use is_empty() instead of len() == 0 (warn(len_zero)).Matthias Krüger
2017-12-03clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger
2017-11-11Support integer font size in config (#886)thelearnerofcode
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-22Fix typoJoe Wilm