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.
1 parent 50c5579 commit 32cb95cCopy full SHA for 32cb95c
typings/xterm.d.ts
@@ -1343,7 +1343,9 @@ declare module 'xterm' {
1343
1344
/**
1345
* The length of the line, all call to getCell beyond the length will result
1346
- * in `undefined`.
+ * in `undefined`. Note that this may exceed columns as the line array may
1347
+ * not be trimmed after a resize, compare against {@link Terminal.cols} to
1348
+ * get the actual maximum length of a line.
1349
*/
1350
readonly length: number;
1351
0 commit comments