GhosttyTerminalCopyOptions class final
Controls how selected terminal text is converted back into plain text.
- Annotations
Constructors
- GhosttyTerminalCopyOptions({bool trimTrailingSpaces = true, bool joinWrappedLines = false, String wrappedLineJoiner = ''})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- joinWrappedLines → bool
-
Merges soft-wrapped terminal lines into a single copied line.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trimTrailingSpaces → bool
-
Removes trailing spaces from each selected line before copying.
final
- wrappedLineJoiner → String
-
Separator inserted when joinWrappedLines merges wrapped rows.
final
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.
override