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

LibTmux.Pane.ResetAsync

.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
Pane
Package
LibTmux
Source
src/LibTmux/Pane.Input.cs
Other languages
Python Ruby Lua TypeScript Rust Go Java C++ Swift
ResetAsync ( cancellationToken : CancellationToken ) → Task<Pane>
methodasync [source]
methodasync [source]
ResetAsync

Resets the pane's terminal state and drops its history.

Python groups the two tmux commands so nothing runs between them. This dispatches them in turn, because the transport carries one command per call and a trailing separator would reach tmux as data.

Parameters
Returns

A replacement handle carrying the state afterwards.

In other ports Reset a pane's terminal state and drop its history
  • Python libtmux.Pane.reset
  • 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 Pane
  • Rust no equivalent on Pane
  • Go tmux.Pane.Reset
  • Java no equivalent on Pane
  • C++ no equivalent on Pane
  • Swift no equivalent on Pane

0 declared, 0 inherited

Esc

Type to search.