diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index e0041dea..2e9cafd2 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -501,7 +501,7 @@ declare module 'xterm' { attachCustomKeyEventHandler(customKeyEventHandler: (event: KeyboardEvent) => boolean): void; /** - * (EXPERIMENTAL) Adds a handler for CSI escape sequences. + * Adds a handler for CSI escape sequences. * @param flag The flag should be one-character string, which specifies the * final character (e.g "m" for SGR) of the CSI sequence. * @param callback The function to handle the escape sequence. The callback