Jquery terminal force scroll position

107 Views Asked by At

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")
0

There are 0 best solutions below