jsdoc IBufferLine.length

This commit is contained in:
Daniel Imms
2020-02-04 07:55:26 -08:00
parent 89370a1f74
commit e5246f3993
+5
View File
@@ -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;
/**