mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add warning to IBufferLine.length
This commit is contained in:
Vendored
+3
-1
@@ -1343,7 +1343,9 @@ declare module 'xterm' {
|
||||
|
||||
/**
|
||||
* The length of the line, all call to getCell beyond the length will result
|
||||
* in `undefined`.
|
||||
* in `undefined`. Note that this may exceed columns as the line array may
|
||||
* not be trimmed after a resize, compare against {@link Terminal.cols} to
|
||||
* get the actual maximum length of a line.
|
||||
*/
|
||||
readonly length: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user