Skip to content

Commit 7d62937

Browse files
committed
Correct registerMarker docs
Fixes #4409
1 parent 37297e0 commit 7d62937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typings/xterm.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,7 @@ declare module 'xterm' {
954954
deregisterCharacterJoiner(joinerId: number): void;
955955

956956
/**
957-
* Adds a marker to the normal buffer and returns it. If the alt buffer is
958-
* active, undefined is returned.
957+
* Adds a marker to the normal buffer and returns it.
959958
* @param cursorYOffset The y position offset of the marker from the cursor.
960959
* @returns The new marker or undefined.
961960
*/

0 commit comments

Comments
 (0)