GhosttyTerminalSnapshot constructor

const GhosttyTerminalSnapshot({
  1. required List<GhosttyTerminalLine> lines,
  2. GhosttyTerminalCursor? cursor,
})

Implementation

const GhosttyTerminalSnapshot({required this.lines, this.cursor});