diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 58f818ee..067ffc31 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -972,6 +972,11 @@ declare module 'xterm' { * Whether the line is wrapped from the previous line. */ readonly isWrapped: boolean; + + /** + * The length of the line, all call to getCell beyond the length will result + * in `undefined`. + */ readonly length: number; /**