1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/wezterm-client/src
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
..
pane track dpi in mux and terminal model 2022-06-15 18:54:51 -07:00
client.rs cli: add move-pane-to-new-tab command 2022-05-28 06:43:22 -07:00
discovery.rs disco: reduce info -> debug for gui-sock publish 2022-06-01 05:59:06 -07:00
domain.rs exec_domains: allow async callbacks. can now also set label for launcher 2022-07-08 18:46:09 -07:00
lib.rs gui/client: add stubs for publishing a main gui instance sock path 2022-01-06 20:07:46 -07:00