Added ANSI parsers and rendering ANSI frames
This commit is contained in:
@@ -44,11 +44,11 @@ class Mode extends Model
|
||||
*
|
||||
* @param int $frame
|
||||
* @param string $index
|
||||
* @param Server $so
|
||||
* @return FrameClass
|
||||
* @throws \Exception
|
||||
*/
|
||||
//@todo Move Server $so first
|
||||
public function frameLoad(int $frame,string $index='a',Server $so): FrameClass
|
||||
public function frameLoad(int $frame,string $index,Server $so): FrameClass
|
||||
{
|
||||
return $this->frame(
|
||||
// Return our internal test frame.
|
||||
|
Reference in New Issue
Block a user