Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Window.GetPaneAsync

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
Window
Package
LibTmux
Source
src/LibTmux/Window.Panes.cs
GetPaneAsync ( target : string , cancellationToken : CancellationToken ) → Task<Pane>
methodasync [source]
methodasync [source]
GetPaneAsync

Reads one pane in this window, throwing when it is absent.

Parameters
  • target ( string ) – The pane identifier or index.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

The materialized pane in this window.

Raises

0 declared, 0 inherited

Esc

Type to search.