Skip to content

Commit 0c18d66

Browse files
committed
Fix xterm.js typings
1 parent 609ea97 commit 0c18d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typings/xterm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ declare module 'xterm' {
364364
* Scroll the display of the terminal
365365
* @param amount The number of lines to scroll down (negative scroll up).
366366
*/
367-
scrollDisp(amount: number): void;
367+
scrollLines(amount: number): void;
368368

369369
/**
370370
* Scroll the display of the terminal by a number of pages.

0 commit comments

Comments
 (0)