1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty_terminal
Kirill Chibisov 8681f71084
Add parameters to msg create-window subcommand
Alacritty's `msg create-window` subcommand would previously inherit all
the CLI parameters from the original executable. However not only could
this lead to unexpected behavior, it also prevents multi-window users
from making use of parameters like `-e`, `--working-directory`, or
`--hold`.

This is solved by adding a JSON-based message format to the IPC socket
messages which instructs the Alacritty server on which CLI parameters
should be used to create the new window.

Fixes #5562.
Fixes #5561.
Fixes #5560.
2021-11-22 18:34:09 +00:00
..
src Add parameters to msg create-window subcommand 2021-11-22 18:34:09 +00:00
tests Add parameters to msg create-window subcommand 2021-11-22 18:34:09 +00:00
Cargo.toml Update signal-hook to 0.3.10 2021-11-15 00:56:27 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00