TerminalSearchState

data class TerminalSearchState(val visible: Boolean, val query: String, val resultCount: Int, val activeResultIndex: Int)

Public snapshot of the Swing terminal search UI.

Constructors

Link copied to clipboard
constructor(visible: Boolean, query: String, resultCount: Int, activeResultIndex: Int)

Properties

Link copied to clipboard

zero-based active match, or -1 when no match is active.

Link copied to clipboard

current literal search query.

Link copied to clipboard

number of matches in the current buffer snapshot.

Link copied to clipboard

whether the overlay search bar is open.