1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal
Christian Duerr afffdbe612
Fix alacritty msg config toml replacement
This fixes a regression introduced in bd49067 which broke the override
of configuration file variables using `alacritty msg config`.

To fix this the `replace` functionality was rewritten to behave more
like the `serde_utils::merge` where entire values are inserted into the
existing structure rather than separating the keys from the values.

Fixes: bd49067 (Switch to TOML configuration format)
2023-06-15 08:59:12 +00:00
..
src Fix alacritty msg config toml replacement 2023-06-15 08:59:12 +00:00
tests Switch to VTE's built-in ansi feature 2023-05-23 20:35:58 +00:00
Cargo.toml Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00