IncrementalCapture
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/IncrementalCapture.swift
- struct IncrementalCapture : struct IncrementalCapture
-
What a pane has said since a cursor was taken.
6 declared, 2 inherited
Members
- cursor property Hand this to the next call.
- droppedLines property The number of older rows omitted to keep
lineswithinlimit. - init(lines:cursor:linesMissed:restarted:droppedLines:) method
- lines property Only what is new. Empty when nothing has happened, which is the point: watching a quiet pane costs one call and no content.
- linesMissed property The old mark no longer survives or the grid changed, so continuity cannot be proved. In that case
linesis empty and the cursor resets. - restarted property The pane was respawned, so the cursor described a program that is no longer running and everything here is from the new one.
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.