GhosttyTerminalSnapshot.empty constructor
Implementation
const GhosttyTerminalSnapshot.empty()
: lines = const <GhosttyTerminalLine>[GhosttyTerminalLine.empty()],
cursor = const GhosttyTerminalCursor(row: 0, col: 0);
const GhosttyTerminalSnapshot.empty()
: lines = const <GhosttyTerminalLine>[GhosttyTerminalLine.empty()],
cursor = const GhosttyTerminalCursor(row: 0, col: 0);