SneathConsoleImpl constructor
SneathConsoleImpl({
- required SneathTerminal terminal,
Implementation
SneathConsoleImpl({
required this.terminal,
}) : _scrollback_buffer = null;