TerminalSearchState
data class TerminalSearchState(val visible: Boolean, val query: String, val resultCount: Int, val activeResultIndex: Int)
Public snapshot of the Swing terminal search UI.
Public snapshot of the Swing terminal search UI.