SSHPtyConfig constructor
const
SSHPtyConfig({})
Implementation
const SSHPtyConfig({
this.type = 'xterm-256color',
this.width = 80,
this.height = 24,
this.pixelWidth = 0,
this.pixelHeight = 0,
});
const SSHPtyConfig({
this.type = 'xterm-256color',
this.width = 80,
this.height = 24,
this.pixelWidth = 0,
this.pixelHeight = 0,
});