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

LibTmux.Window.SelectPaneAsync

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

View as Markdown

Module
LibTmux
Declared in
Window
Package
LibTmux
Source
src/LibTmux/Window.Panes.cs
Other languages
Python Ruby Lua TypeScript Rust Go Java C++ Swift
SelectPaneAsync ( target : string , cancellationToken : CancellationToken ) → Task<Pane?>
methodasync [source]
methodasync [source]
SelectPaneAsync

Selects a pane in this window.

Parameters
  • target ( string ) – A pane target, or a direction such as -U.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

The pane that is active afterwards, or null when none is.

In other ports Make a pane of a window active
  • Python libtmux.Window.select_pane
  • Ruby No source-verified Ruby equivalent is recorded for this operation.
  • Lua No source-verified Lua equivalent is recorded for this operation.
  • TypeScript no equivalent on Window
  • Rust no equivalent on Window
  • Go tmux.Window.SelectPane
  • Java no equivalent on Window
  • C++ no equivalent on Window
  • Swift no equivalent on Window

0 declared, 0 inherited

Esc

Type to search.