diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-01-06 00:50:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 00:50:12 +0000 |
commit | 650b5a0cbaccc6de2b53240372c2be79739d5d12 (patch) | |
tree | b3b0e712370fdd849c843b36f24cb5aed24f4aaa /src/event.rs | |
parent | 228400a6c24bf651ecd74996d1fa68c3d92c9ff9 (diff) | |
download | alacritty-650b5a0cbaccc6de2b53240372c2be79739d5d12.tar.gz alacritty-650b5a0cbaccc6de2b53240372c2be79739d5d12.zip |
Improve ability of alacritty to deal with broken config
Until now alacritty completely refuses to start when the config is broken
in any way. This behavior has been changed so the worst-case is always
that alacritty launches with the default configuration.
When part of the config is broken, alacritty shouldn't instantly try to
recover to the default config, but instead try to use defaults only for
the parts of the config which are broken. This has also been implemented
for most of the fields in the configuration. So it should be possible that
parts are broken, but the rest is still used for the configuration.
This fixes #954.
Diffstat (limited to 'src/event.rs')
0 files changed, 0 insertions, 0 deletions