Back to Wezterm

wezterm.sleep_ms

docs/config/lua/wezterm/sleep_ms.md

latest257 B
Original Source

wezterm.sleep_ms(milliseconds)

{{since('20201031-154415-9614e117')}}

wezterm.sleep_ms suspends execution of the script for the specified number of milliseconds. After that time period has elapsed, the script continues running at the next statement.