]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/Interfaces.ts
Merge pull request #926 from ficristo/search-fix
[mirror_xterm.js.git] / src / Interfaces.ts
index 70a46d419ac3585e2f6cbc2ebb8afc1caf35a300..f55719a0a15d4718bc99e5d6ec89e59d6d0be2fa 100644 (file)
@@ -48,7 +48,7 @@ export interface ITerminal {
   emit(event: string, data: any);
   reset(): void;
   showCursor(): void;
-  blankLine(cur?: boolean, isWrapped?: boolean);
+  blankLine(cur?: boolean, isWrapped?: boolean, cols?: number);
 }
 
 export interface IBuffer {