Well, it's sort of working

This commit is contained in:
2023-09-20 20:56:30 -07:00
parent b5466919e6
commit c4c2b26653
13 changed files with 217 additions and 115 deletions

View File

@ -17,6 +17,10 @@ void notifyScreenDimensions(ScreenDimensions sd) {
_terminal._notifyScreenDimensions(sd);
}
Stream<Input> rawInput() {
return _terminal.rawInput();
}
void clear() {
at(0, 0).clear();
}