1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/lua-api-crates/termwiz-funcs
Wez Furlong 742fe5f462 wezterm.format: now supports rgba colors
```
> wezterm.format{{Background={Color="rgba(255,0,0,0.5)"}}, {Text="wat"}}
"\u{1b}[48:4::255:0:0:127mwat\u{1b}[49m"
```
2022-07-26 21:12:12 -07:00
..
src wezterm.format: now supports rgba colors 2022-07-26 21:12:12 -07:00
Cargo.toml config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00