Internal rework pending editframe
This commit is contained in:
@@ -48,7 +48,7 @@ class Videotex extends AbstractServer {
|
||||
parent::__construct($o);
|
||||
}
|
||||
|
||||
public function outputPosition($x,$y) {
|
||||
public function moveCursor($x,$y) {
|
||||
// Take the shortest path.
|
||||
if ($y < 12) {
|
||||
return HOME.
|
||||
@@ -74,15 +74,4 @@ class Videotex extends AbstractServer {
|
||||
|
||||
$this->blp = $this->strlenv($text);
|
||||
}
|
||||
|
||||
// Abstract function
|
||||
public function strlenv($text):int {
|
||||
return strlen($text)-substr_count($text,ESC);
|
||||
}
|
||||
|
||||
// Abstract function
|
||||
public function testFrame()
|
||||
{
|
||||
return \App\Classes\Frame\Videotex::testFrame($this);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user