# tmux.PaneText

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/pane_wait.go#L20
- **Page:** https://libtmux.org/en/go/latest/reference/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.

## Members

- `Text` (attribute): Text is the most recent output, up to a mebibyte.
- `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.
