VtMouseEncoderSize class final

Geometry context used by Ghostty mouse encoding.

Constructors

VtMouseEncoderSize({required int screenWidth, required int screenHeight, required int cellWidth, required int cellHeight, int paddingTop = 0, int paddingBottom = 0, int paddingRight = 0, int paddingLeft = 0})
const

Properties

cellHeight int
final
cellWidth int
final
hashCode int
The hash code for this object.
no setterinherited
paddingBottom int
final
paddingLeft int
final
paddingRight int
final
paddingTop int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenHeight int
final
screenWidth int
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.
inherited