mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
448a9fe78a
Weird behavior from macos; the command line: `wezterm start vim hello` would result in macos requesting `vim` and `hello` be opened as "documents" which would route each of those to the .command script handling flow and spawn a window for each; running: `vim ; exit` in one `hello ; exit` in another in addition to the normal handling of that command line. This commit resolves this by igoring document opening requests until after the application is fully launched. I tested this by trying to open a .command script with this new build and verified that that continued to work. refs: #3340 |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml | ||
LICENSE.md |