alacritty/alacritty_terminal
Christian Duerr c5ae05e810
Fix IPC config overriding previous values
Before this patch whenever changing the IPC configuration, all previous
configuration options would be discarded. This was the case even when
the new option was invalid.

This patch ensures that the IPC config is only ever cleared when the
`--reset` flag is passed. Invalid IPC config options are logged and
discarded.

Additionally whenever a new IPC config message is sent, all previous IPC
error messages are cleared.

Closes #6330.
2022-09-17 13:32:10 +00:00
..
src Fix IPC config overriding previous values 2022-09-17 13:32:10 +00:00
tests Fix inverted condition for cell's extra clearing 2022-07-24 13:05:46 +03:00
Cargo.toml Bump development version to 0.12.0-dev 2022-09-03 19:43:05 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00