1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/lua-api-crates
Wez Furlong 2bfb29f1be
improve handling of animated webp images
Use mainline image crate to avoid an otherwise unavoidable panic
in the upstream: https://github.com/image-rs/image/issues/1775

Explicitly operate on the frames from the animation.

refs: https://github.com/wez/wezterm/issues/3250
2023-03-15 11:34:47 -07:00
..
battery config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
color-funcs improve handling of animated webp images 2023-03-15 11:34:47 -07:00
filesystem Fix compiler warning 2022-11-05 09:05:35 -07:00
json json: fix visited hash set 2022-07-25 07:25:41 -07:00
logging config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
mux simplify direction conversion to lua 2023-02-17 12:03:42 -08:00
plugin Add wezterm.plugin module, allows loading modules from git 2023-01-31 20:07:42 -07:00
procinfo-funcs lua: add wezterm.procinfo module 2022-07-16 08:49:58 -07:00
share-data wezterm.GLOBAL now returns references to stored data 2023-01-24 18:26:14 -07:00
spawn-funcs deps: open -> 4.0 2023-03-12 20:37:58 -07:00
ssh-funcs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
termwiz-funcs add wezterm cli get-text command 2023-02-05 09:05:48 -07:00
time-funcs lua: add wezterm.time.call_after and wezterm.reload_configuration 2022-07-18 07:37:41 -07:00
window-funcs macos: report max_fps in ScreenInfo 2022-08-19 21:02:51 -07:00
README.md config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00

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.