alacritty/alacritty/src
Christian Duerr ce800bfde2
Fix dynamic title override for multiple windows
This fixes an issue where Windows spawned after the initial one through
IPC or bindings would not update their title due to the initial window
having its title set through the CLI.

Title changes are still inhibited for additional windows when they are
spawned through `alacritty msg create-window` with the `--title` CLI
option added.

Closes #6836.
2024-04-23 15:42:16 +00:00
..
config Fix missing config import warning 2024-04-21 11:12:55 +00:00
display Fix hint `Select` action for hyperlink escape 2024-03-12 15:15:00 +04:00
input Fix crash when trying to open a new tab on macOS 2024-04-20 23:11:46 +00:00
macos
renderer Fix IME preview overlapping text 2024-04-21 15:23:10 +04:00
cli.rs Fix dynamic title override for multiple windows 2024-04-23 15:42:16 +00:00
clipboard.rs
daemon.rs
event.rs Fix dynamic title override for multiple windows 2024-04-23 15:42:16 +00:00
ipc.rs
logging.rs Fix hint `Select` action for hyperlink escape 2024-03-12 15:15:00 +04:00
main.rs Fix feature = "cargo-clippy" deprecation 2024-02-28 22:09:07 +04:00
message_bar.rs
migrate.rs Ignore null values in `alacritty migrate` 2024-01-05 11:59:05 +04:00
panic.rs
scheduler.rs
string.rs
window_context.rs Fix dynamic title override for multiple windows 2024-04-23 15:42:16 +00:00