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

Python API

Python documentation

libtmux.Window.select_pane

Python
  • 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.py
Other languages
Ruby Lua TypeScript Rust Go Java .NET C++ Swift
select_pane ( self , target_pane : str | int ) → Pane | None
method [source]
method [source]
select_pane

Select pane and return selected Pane .

$ tmux select-pane.

Parameters
  • target_pane ( str | int ) – 'target_pane', '-U' ,'-D', '-L', '-R', or '-l'.

Returns

Pane

In other ports Make a pane of a window active
  • 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
  • .NET LibTmux.Window.SelectPaneAsync
  • C++ no equivalent on Window
  • Swift no equivalent on Window

0 declared, 0 inherited

Esc

Type to search.