libtmux Reference MCP Search
On this page

LibTmux.Pane.BreakAsync

View as Markdown

Module
LibTmux
Declared in
Pane
Package
LibTmux
Source
src/LibTmux/Pane.Topology.cs
BreakAsync ( windowName : string? , detach : bool , cancellationToken : CancellationToken ) Task<Window>
methodasync [source]
methodasync [source]
BreakAsync

Moves this pane out into a window of its own.

Parameters
  • windowName ( string? ) – The new window's name.

  • detach ( bool ) – Whether the new window is left unselected.

  • cancellationToken ( CancellationToken ) – Cancels the tmux commands.

Returns

The window the pane now lives in.

0 declared, 0 inherited

Esc

Type to search.