# CaptureCursor

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

Where a previous read of a pane stopped.

Opaque on purpose: what it holds is this implementation's business, and a
caller that reasons about the fields would be relying on something free to
change. Hand it back to ``Server/capture(_:since:limit:)`` to be told only what
has arrived since.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
- `encode(to:)` (method): Encodes this value into the given encoder.
