menu
pixel_prompt package
documentation
terminal/terminal_interpreter.dart
TerminalInterpreter
bufferState property
bufferState property
dark_mode
light_mode
bufferState
property
List
<
List
<
CellState
>
>
bufferState
final
2D buffer storing the state of each terminal cell.
Implementation
final List<List<CellState>> bufferState;
pixel_prompt package
documentation
terminal/terminal_interpreter
TerminalInterpreter
bufferState property
TerminalInterpreter class