Update xterm.d.ts

This commit is contained in:
Daniel Imms
2020-03-13 19:17:34 -07:00
committed by GitHub
parent b9ea05f97a
commit e0ac87e702
+1 -1
View File
@@ -1177,7 +1177,7 @@ declare module 'xterm' {
/**
* The x position of the cursor. This ranges between `0` (left side) and
* `Terminal.cols` (behind last cell of the row).
* `Terminal.cols` (after last cell of the row).
*/
readonly cursorX: number;