mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Clarify marker API docs
This commit is contained in:
Vendored
+4
-2
@@ -325,7 +325,8 @@ declare module 'xterm' {
|
||||
|
||||
/**
|
||||
* Represents a specific line in the terminal that is tracked when scrollback
|
||||
* is trimmed and lines are added or removed.
|
||||
* is trimmed and lines are added or removed. This is a single line that may
|
||||
* be part of a larger wrapped line.
|
||||
*/
|
||||
export interface IMarker extends IDisposable {
|
||||
/**
|
||||
@@ -339,7 +340,8 @@ declare module 'xterm' {
|
||||
readonly isDisposed: boolean;
|
||||
|
||||
/**
|
||||
* The actual line index in the buffer at this point in time.
|
||||
* The actual line index in the buffer at this point in time. This is set to
|
||||
* -1 if the marker has been disposed.
|
||||
*/
|
||||
readonly line: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user