Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash on "endofscreen" clearing #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

damienalexandre
Copy link

I got this error while trying to clear a screen from cursor to the end:

Uncaught TypeError: this.vdu.cursorToEndOfScreen is not a function
    clear http://www.minipavi.fr/emulminitel/library/minitel/decoder.js:354
    decode http://www.minipavi.fr/emulminitel/library/minitel/protocol.js:388
    decodeList http://www.minipavi.fr/emulminitel/library/minitel/protocol.js:409
    <anonymous> http://www.minipavi.fr/emulminitel/library/generichelper/generichelper.js:63
    decodeList http://www.minipavi.fr/emulminitel/library/minitel/protocol.js:408
    sendChunk http://www.minipavi.fr/emulminitel/library/minitel/minitel-emulator.js:293
    timer http://www.minipavi.fr/emulminitel/library/minitel/minitel-emulator.js:246

The function exists it's just in another object.

Also, thanks a lot for this project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant