1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/lua-api-crates
Wez Furlong 265b85be1d
update image to 0.25
This improves how non-conforming jpegs are decoded and displayed.

refs: https://github.com/wez/wezterm/issues/5365
2024-05-05 16:14:46 -07:00
..
battery deps: update starship battery 2024-05-04 17:01:24 -07:00
color-funcs update image to 0.25 2024-05-05 16:14:46 -07:00
filesystem fix(clippy): Remove closures where possible 2023-03-19 08:41:38 -07:00
logging Add wezterm.to_string function 2023-12-03 12:40:28 -07:00
mux macos (mostly): try harder to get initial dpi 2024-02-06 22:57:05 -07:00
plugin update deps, in particular git2 2024-02-18 13:38:04 -07:00
procinfo-funcs lua: add wezterm.procinfo module 2022-07-16 08:49:58 -07:00
serde-funcs remove redundant imports. 2024-02-08 08:59:47 -07:00
share-data deps: ordered-float -> 4.1.0 2023-09-28 14:39:22 -07:00
spawn-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
ssh-funcs populate ssh domains from your ssh config by default 2023-03-29 11:51:59 -07:00
termwiz-funcs deps: upgrade mlua to 0.9.0-rc.1 2023-07-12 14:14:55 -07:00
time-funcs fix: changed the criteria to calculate the sunset / sunrise progression 2024-01-19 08:52:17 -07:00
url-funcs breaking(ish): pane.get_current_working_dir now returns Url 2023-08-25 06:59:09 -07:00
window-funcs wezterm.gui.screens: add optional effective_dpi field 2023-08-06 09:18:40 -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.