I'm trying to implement Jquery Terminal on my web application, but every time when I reload the page, the scroll position automatically change to terminal view. I would like to remove this “feature”, but I can't find the attribute in the documentation. My code below:
var term = $('#terminal').terminal(function(command) {});
term.echo("Hello world")