GhosttyTerminalSnapshot.empty constructor

const GhosttyTerminalSnapshot.empty()

Implementation

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