On this page
IncrementalCapture
- Package
- libtmux-swift
- Source
- Sources/LibTmux/IncrementalCapture.swift
- struct IncrementalCapture : struct IncrementalCapture
-
What a pane has said since a cursor was taken.
8 declared, 0 inherited
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.
- init(lines:cursor:linesMissed:restarted:droppedLines:) method
- cursor property Hand this to the next call.
- droppedLines property The number of older rows omitted to keep
lineswithinlimit. - 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.