mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 02:42:05 +03:00
75066cb522
Main thing to note here is that the open crate has deprecated open::that_in_background, but made open::that non-blocking. I think this is OK, but I'm a little cagey about what will happen with this on Windows. We may need to spawn our own thread for this if things go awry. |
||
---|---|---|
.. | ||
battery | ||
filesystem | ||
logging | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
README.md |
The crates in this directory provide modules and functions to wezterm's lua config file and interface.
They are registered into the lua config via env-bootstrap.
It is advantageous to build times to have multiple, smaller, crates.