GhosttyTerminalSnapshot constructor
- required List<
GhosttyTerminalLine> lines, - GhosttyTerminalCursor? cursor,
Implementation
const GhosttyTerminalSnapshot({required this.lines, this.cursor});
const GhosttyTerminalSnapshot({required this.lines, this.cursor});