1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/mux
Wez Furlong 8f44dc46d9 exec_domains: allow async callbacks. can now also set label for launcher
The fixup callback can now by async, which makes it possible to use
other async functions in the callback.

There is an additional parameter to wezterm.exec_domain that allows
setting the label that is shown in the launcher menu.
It accepts either a string value or an async callback function
that can be used to compute the label dynamically.
2022-07-08 18:46:09 -07:00
..
src exec_domains: allow async callbacks. can now also set label for launcher 2022-07-08 18:46:09 -07:00
Cargo.toml deps: prune some unused deps 2022-05-19 06:48:09 -07:00