mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add missing line in api
This commit is contained in:
Vendored
+1
@@ -1172,6 +1172,7 @@ declare module 'xterm' {
|
||||
* The type of the buffer.
|
||||
*/
|
||||
readonly type: 'normal' | 'alternate';
|
||||
|
||||
/**
|
||||
* The y position of the cursor. This ranges between `0` (when the
|
||||
* cursor is at baseY) and `Terminal.rows - 1` (when the cursor is on the
|
||||
|
||||
Reference in New Issue
Block a user