alacritty/alacritty_terminal/src
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
..
config Fix IPC config overriding previous values 2022-09-17 13:32:10 +00:00
grid Fix clippy warnings 2022-07-25 03:04:27 +00:00
term Add IPC config subcommand 2022-09-01 01:48:38 +03:00
tty Add IPC config subcommand 2022-09-01 01:48:38 +03:00
ansi.rs Fix clippy warnings 2022-07-25 03:04:27 +00:00
event.rs Fix hyperlinks not being keyboard actionable 2022-07-11 22:54:28 +03:00
event_loop.rs Fix a few minor clippy lints 2022-06-02 01:22:50 +00:00
index.rs Add IPC config subcommand 2022-09-01 01:48:38 +03:00
lib.rs Fix clippy warnings 2021-07-03 03:06:52 +00:00
selection.rs Fix a few minor clippy lints 2022-06-02 01:22:50 +00:00
sync.rs Add buffer for PTY reads during terminal lock 2021-07-03 20:31:50 +00:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Fix hyperlinks not being keyboard actionable 2022-07-11 22:54:28 +03:00