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

LibTmux.Pane.SetWidthAsync

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

View as Markdown

Module
LibTmux
Declared in
Pane
Package
LibTmux
Source
src/LibTmux/Pane.Topology.cs
Other languages
Python Ruby Lua TypeScript Rust Go Java C++ Swift
SetWidthAsync ( width : int , cancellationToken : CancellationToken ) → Task<Pane>
method [source]
method [source]
SetWidthAsync

Sets this pane's width.

Parameters
  • width ( int ) – The width in cells.

  • cancellationToken ( CancellationToken ) – Cancels the tmux command.

Returns

A replacement handle carrying the new size.

In other ports Set a pane's width

0 declared, 0 inherited

Esc

Type to search.