From 1f4dde601e3c8eca6f8639a3e89532b26353acc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Thu, 25 Jul 2019 21:38:50 +0200 Subject: [PATCH] remove experimental from addCsiHandler --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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