We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b206853 + 32cb95c commit e40cf80Copy full SHA for e40cf80
typings/xterm.d.ts
@@ -1371,7 +1371,9 @@ declare module 'xterm' {
1371
1372
/**
1373
* The length of the line, all call to getCell beyond the length will result
1374
- * in `undefined`.
+ * in `undefined`. Note that this may exceed columns as the line array may
1375
+ * not be trimmed after a resize, compare against {@link Terminal.cols} to
1376
+ * get the actual maximum length of a line.
1377
*/
1378
readonly length: number;
1379
0 commit comments