1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/config
Wez Furlong 5a8fc09336 lua: add wezterm.sleep_ms
This will delay for the specified number of milliseconds.
This is an async function; it won't block the gui thread,
it will deschedule running the script and resume it once
the timeout has expired.

refs: #222
2020-10-09 21:11:30 -07:00
..
src lua: add wezterm.sleep_ms 2020-10-09 21:11:30 -07:00
build.rs move config into its own crate 2020-10-03 11:15:57 -07:00
Cargo.toml wezterm: allow overriding the default open-uri event 2020-10-07 18:26:16 -07:00