TerminalSearchInteraction class abstract

This interface defines the functionality of a Terminal that is needed by the search functionality

Implementers

Constructors

TerminalSearchInteraction()

Properties

buffer Buffer
the current buffer
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminalWidth int
the terminal width
no setter

Methods

isUsingAltBuffer() bool
indication if the alternative buffer is currently used
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited