# CaptureCursor

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/IncrementalCapture.swift#L6
- **Page:** https://libtmux.org/reference/swift/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.
