tmux.PaneText
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_wait.go
-
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.