mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 14:22:37 +03:00
aa697c72ba
Moved the gradient function into the color module, but kept an alias under the old name. Gradients now return color objects. Converting colors to string now uses rgba format when alpha is not 100%. |
||
---|---|---|
.. | ||
battery | ||
color-funcs | ||
filesystem | ||
json | ||
logging | ||
mux | ||
share-data | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
window-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.