We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609ea97 commit 0c18d66Copy full SHA for 0c18d66
1 file changed
src/typings/xterm.d.ts
@@ -364,7 +364,7 @@ declare module 'xterm' {
364
* Scroll the display of the terminal
365
* @param amount The number of lines to scroll down (negative scroll up).
366
*/
367
- scrollDisp(amount: number): void;
+ scrollLines(amount: number): void;
368
369
/**
370
* Scroll the display of the terminal by a number of pages.
0 commit comments