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

Go API

Go documentation

tmux.Pane.Reset

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

View as Markdown

Module
tmux
Declared in
Pane
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_input.go
Other languages
Python Ruby Lua TypeScript Rust Java .NET C++ Swift
Reset ( ctx : context.Context ) → error
method [source]
method [source]
Reset

Reset submits one tmux command list that resets terminal state and then clears history for the exact linked pane. The mutations are not atomic and may be partial. Only stderr makes a completed command a CommandError ; nonzero exits without stderr are ignored. Transport errors are delivery-ambiguous.

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
  • Java no equivalent on Pane
  • .NET LibTmux.Pane.ResetAsync
  • C++ no equivalent on Pane
  • Swift no equivalent on Pane

0 declared, 0 inherited

Esc

Type to search.