added reset to TermWriteable
This commit is contained in:
@@ -36,4 +36,9 @@ interface TermWriteable {
|
||||
public function isColor():Bool;
|
||||
// setPaletteColor(...)
|
||||
// getPaletteColor(colour)
|
||||
|
||||
/**
|
||||
Clears the screen, resetes the courser to (0,0) and resetes the color to Black and White.
|
||||
**/
|
||||
public function reset():Void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user