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

Go API

Go documentation

tmux.PaneText

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

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_wait.go
struct tmux.PaneText
struct [source]
struct [source]
struct tmux.PaneText

PaneText is what a pane wrote after an observation's baseline, as the text a person would read: escape sequences removed, UTF-8 joined across writes, and each carriage return or backspace that would overwrite text starting a new line, so nothing the program wrote is hidden.

3 declared, 0 inherited

Members

  • DroppedBytes attribute DroppedBytes counts what was dropped from the front of Text to keep it within that bound.
  • DroppedLines attribute DroppedLines counts the line ends among those dropped bytes.
  • Text attribute Text is the most recent output, up to a mebibyte.
Esc

Type to search.