SearchOverlayListener

Listener for user interaction events from TerminalSearchOverlay.

Functions

Link copied to clipboard
abstract fun onCaseSensitivityChanged(ignoreCase: Boolean)

Invoked when case sensitivity toggles.

Link copied to clipboard
abstract fun onCloseSearch()

Invoked when the user requests closing the search overlay.

Link copied to clipboard
abstract fun onFindNext()

Invoked when the user requests finding the next match.

Link copied to clipboard
abstract fun onFindPrevious()

Invoked when the user requests finding the previous match.

Link copied to clipboard
abstract fun onQueryChanged(query: String)

Invoked when the search query text changes.