fix answer back string

testing with an actual vt100, answer back is a string defined in the setup B screen. It is unrelated to the device attributes.
This commit is contained in:
ksherlock 2021-04-22 23:10:55 -04:00 committed by GitHub
parent 8a5f5a9e61
commit 6cb2b91ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
}
action answerback {
output->write(ESC "[?1;0c");
/* no answerback string */
}