TerminalSearchOptions class
Options for terminal buffer search.
Defaults match the Rust engine / GNOME Terminal-style find: case-insensitive, not whole-word, regex enabled, wrap around.
Constructors
- TerminalSearchOptions({bool caseSensitive = false, bool wholeWord = false, bool regex = true, bool wrap = true})
-
const
Properties
Methods
-
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