mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Better document scrollDisp
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user