Increase page length for ANSI, and minor updates

This commit is contained in:
Deon George
2019-01-02 20:56:03 +11:00
parent 390f52a460
commit f2e6a250cc
8 changed files with 51 additions and 38 deletions

View File

@@ -584,10 +584,18 @@ abstract class Server {
break;
}
// Bookmark page
if ($cmd === '05') {
$this->sendBaseline($client, RED.'NOT IMPLEMENTED YET?');
$mode = FALSE;
break;
}
// Report a problem
if ($cmd === '08') {
$this->sendBaseline($client, RED.'NOT IMPLEMENTED YET?');
$read = STAR;
$mode = FALSE;
break;
}
@@ -617,7 +625,7 @@ abstract class Server {
$current['fieldreset'] = TRUE;
} else {
$mode = false;
$mode = FALSE;
}
break;