You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, that's odd. The reason I thought you might have the old version is that the error:

    Uncaught TypeError: Cannot read property '0' of undefined terminal.js:230
    

    Actually occurs here:

        if (elements[termCursorY]!==undefined);
          elements[termCursorY][0].scrollIntoView(­); // <-------- occurs here
    

    so it seems like it's impossible... It's explicitly checking that it's not undefined before accessing.

    I've just noticed that on the git version, clear screen is broken in another way though - I have just fixed that.

    I'll check on the older mac now and see if I have any problems. Maybe to narrow it down, could you try: https://chrome.google.com/webstore/detai­l/diginow-serial-terminal/kfmecbejcnepbf­dcdbbhfcjmdmmcmoah?hl=en

    That's another terminal app for Chrome - so we could see if the problem is the Espruino Web App, or something in Chrome itself. If @allObjects got his to work eventually, it might not be an app thing after all.

About

Avatar for Gordon @Gordon started