GhosttyTerminalPtySessionConfig constructor
- int rows = 24,
- int cols = 80,
- int readChunkSize = 4096,
- Duration pollInterval = const Duration(milliseconds: 10),
- GhosttyTerminalPtyTransport? transport,
Implementation
const GhosttyTerminalPtySessionConfig({
this.rows = 24,
this.cols = 80,
this.readChunkSize = 4096,
this.pollInterval = const Duration(milliseconds: 10),
this.transport,
});