GhosttyTerminalPtySessionConfig constructor

const GhosttyTerminalPtySessionConfig({
  1. int rows = 24,
  2. int cols = 80,
  3. int readChunkSize = 4096,
  4. Duration pollInterval = const Duration(milliseconds: 10),
  5. GhosttyTerminalPtyTransport? transport,
})

Implementation

const GhosttyTerminalPtySessionConfig({
  this.rows = 24,
  this.cols = 80,
  this.readChunkSize = 4096,
  this.pollInterval = const Duration(milliseconds: 10),
  this.transport,
});