Skip to content

Commit

Permalink
Fix xterm.js typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 5, 2017
1 parent 609ea97 commit 0c18d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ declare module 'xterm' {
* Scroll the display of the terminal
* @param amount The number of lines to scroll down (negative scroll up).
*/
scrollDisp(amount: number): void;
scrollLines(amount: number): void;

/**
* Scroll the display of the terminal by a number of pages.
Expand Down

0 comments on commit 0c18d66

Please sign in to comment.