added reset to TermWriteable
This commit is contained in:
@@ -124,4 +124,8 @@ class WindowContext implements TermWriteable {
|
||||
public function isColor():Bool {
|
||||
return writer.isColor();
|
||||
}
|
||||
|
||||
public function reset() {
|
||||
writer.reset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user