diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-07 18:40:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 18:40:58 +0000 |
commit | 36920fb07184df5962b017d63b8b97cbdc25dcbe (patch) | |
tree | eed803ea9f18b5074b4f8512af6ec4886cd3e365 /src/event_loop.rs | |
parent | 44909bae69741f01c0aa354c03dac3f4b358c264 (diff) | |
download | alacritty-36920fb07184df5962b017d63b8b97cbdc25dcbe.tar.gz alacritty-36920fb07184df5962b017d63b8b97cbdc25dcbe.zip |
Fix invalid default config
Serde has problems deserializing yaml files which contain sections
without any values. Since the `TERM` setting has been removed recently,
the `env` section was completely empty leading to deserialization
errors.
To resolve this the `env` section has been commented-out by default, if
the user wants to set a variable, it is now necessary to uncomment that
section.
Some minor tweaks have also been made to the existing `TERM` comments,
to clearly indicate these are value examples instead of comments.
Diffstat (limited to 'src/event_loop.rs')
0 files changed, 0 insertions, 0 deletions