SSHPtyConfig class

Constructors

SSHPtyConfig({String type = 'xterm-256color', int width = 80, int height = 24, int pixelWidth = 0, int pixelHeight = 0})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
height → int
Height of the terminal in number of rows.
final
pixelHeight → int
Height of the terminal in pixels. 0 if unknown.
final
pixelWidth → int
Width of the terminal in pixels. 0 if unknown.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String
Type of terminal, for example 'xterm', 'xterm-256color'.
final
width → int
Width of the terminal in number of columns.
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