diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-04 11:32:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 11:32:07 +0000 |
commit | 33cabfc3d2e9dca3267199c822d2a37ed6d72260 (patch) | |
tree | 47e68b7fdc901bbfc1aed2bdcdebd1dc86e097a5 /alacritty.yml | |
parent | f7561850b43cbb1e7a8ccd9e652ef7d338a6cf2b (diff) | |
download | alacritty-33cabfc3d2e9dca3267199c822d2a37ed6d72260.tar.gz alacritty-33cabfc3d2e9dca3267199c822d2a37ed6d72260.zip |
Remove `ref_test` option from configuration file
This removes the `debug.ref_test` option from the configuration file,
after this change was originally requested from kchibisov in
https://github.com/alacritty/alacritty/pull/3396.
While this option is valueable for the CLI, it provides no value in the
configuration file.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml index 242b5c87..d444abb3 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -558,6 +558,3 @@ # Print all received window events. #print_events: false - - # Record all characters and escape sequences as test data. - #ref_test: false |