summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
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
2017-10-22Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel
2017-10-21Fix solid background color opacity (#847)Joe Wilm
2017-10-21List all valid actions in config error message (#848)Robert Bittle
2017-10-16Fix config reloadingJoe Wilm
2017-10-16Fix default config reload valueJoe Wilm
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-10-09Support web notation for hex colorsRobert Günzler
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-05Comment about duration arg to file watcherJoe Wilm
2017-09-05Reduce file watcher debounce periodJoe Wilm
2017-09-05Update notifyJonathan Schleußer
2017-09-05Update servoJonathan Schleußer
2017-08-29Default to enabling live config reloadJoe Wilm