Skip to content

xterm.d.ts says markers can't exist in alt buffer #4409

@Tyriar

Description

@Tyriar

I think there was a change that allowed them:

xterm.js/typings/xterm.d.ts

Lines 961 to 967 in d6599bc

/**
* Adds a marker to the normal buffer and returns it. If the alt buffer is
* active, undefined is returned.
* @param cursorYOffset The y position offset of the marker from the cursor.
* @returns The new marker or undefined.
*/
registerMarker(cursorYOffset?: number): IMarker | undefined;

Metadata

Metadata

Assignees

Labels

type/bugSomething is misbehaving

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions