mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
11 lines
280 B
Markdown
11 lines
280 B
Markdown
# EmitEvent
|
|
|
|
*Since: 20201031-154415-9614e117*
|
|
|
|
This action causes the equivalent of `wezterm.emit(name, window, pane)` to be
|
|
called in the context of the current pane.
|
|
|
|
See [the Custom Events example](../wezterm/on.md#custom-events) for a detailed
|
|
example of using this action.
|
|
|