Better document scrollDisp

This commit is contained in:
Paris
2016-07-06 12:37:45 +03:00
parent a39b309b74
commit f3cf646bbf
+1 -1
View File
@@ -1456,7 +1456,7 @@
/**
* Scroll the display of the terminal
* @param {number} disp
* @param {number} disp The number of lines to scroll down (negatives scroll up).
*/
Terminal.prototype.scrollDisp = function(disp) {
this.ydisp += disp;