Update typings/xterm.d.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-02-08 20:29:20 -06:00
committed by GitHub
co-authored by Daniel Imms
parent 88bd33f2d7
commit ad9818fb1a
+1 -1
View File
@@ -936,7 +936,7 @@ declare module 'xterm' {
* @param decorationOptions, which takes a marker and an optional anchor,
* width, height, and x offset from the anchor. Returns the decoration or
* undefined if the alt buffer is active or the marker has already been disposed of.
* @throws if the @param decorationOptions includes a negative x offset.
* @throws when options include a negative x offset.
*/
registerDecoration(decorationOptions: IDecorationOptions): IDecoration | undefined;