SneathConsoleImpl constructor

SneathConsoleImpl({
  1. required SneathTerminal terminal,
})

Implementation

SneathConsoleImpl({
  required this.terminal,
}) : _scrollback_buffer = null;