1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-12 13:13:15 +03:00
wezterm/docs/config/lua/wezterm.mux/get_pane.md

12 lines
372 B
Markdown
Raw Normal View History

# `wezterm.mux.get_pane(PANE_ID)`
2022-06-25 00:58:18 +03:00
*Since: 20220624-141144-bd1b7c5d*
Given a pane ID, verifies that the ID is a valid pane known to the mux
and returns a [MuxPane](../MuxPane.md) object that can be used to
operate on the pane.
This is useful for situations where you have obtained a pane id from
some other source and want to use the various `MuxPane` methods with it.