Well, it's sort of working
This commit is contained in:
@ -17,6 +17,10 @@ void notifyScreenDimensions(ScreenDimensions sd) {
|
||||
_terminal._notifyScreenDimensions(sd);
|
||||
}
|
||||
|
||||
Stream<Input> rawInput() {
|
||||
return _terminal.rawInput();
|
||||
}
|
||||
|
||||
void clear() {
|
||||
at(0, 0).clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user