##// END OF EJS Templates
double auto-scroll threshold to 100 lines...
MinRK -
Show More
@@ -62,7 +62,7 b' var IPython = (function (IPython) {'
62
62
63 OutputArea.prototype._should_scroll = function (lines) {
63 OutputArea.prototype._should_scroll = function (lines) {
64 if (!lines) {
64 if (!lines) {
65 lines = 50;
65 lines = 100;
66 }
66 }
67 // line-height from http://stackoverflow.com/questions/1185151
67 // line-height from http://stackoverflow.com/questions/1185151
68 var fontSize = this.element.css('font-size');
68 var fontSize = this.element.css('font-size');
General Comments 0
You need to be logged in to leave comments. Login now