# PaneCapture

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/PaneInteraction.swift#L4
- **Page:** https://libtmux.org/en/swift/latest/reference/panecapture/

A bounded read of a pane.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `lines` (property): The newest rows, in terminal order.
- `droppedLines` (property): Older rows omitted to honor the requested limit.
- `init(lines:droppedLines:)` (method)
