Changeset caad40bf02819826c57d7e4295629e14620e0c85

User picture

Commiter: Charles Childers

Author: Charles Childers

Parent: 404176d21b

(2010/03/09 03:27) Almost 2 years ago

autoscroll the terminal in javascript implementation

Affected files

Updated vm/javascript/browser/ngaro.js Download diff

404176d21b88d59f2cb41d0c0017b9dcf29df259caad40bf02819826c57d7e4295629e14620e0c85
564
    {
564
    {
565
      ports[3] = 1;
565
      ports[3] = 1;
566
      document.getElementById('output').innerHTML = devOutput;
566
      document.getElementById('output').innerHTML = devOutput;
567
      var objDiv = document.getElementById("output");
568
      objDiv.scrollTop = objDiv.scrollHeight;
567
    }
569
    }
568
  }
570
  }
569
}
571
}