remove experimental from addCsiHandler

This commit is contained in:
Jörg Breitbart
2019-07-25 21:38:50 +02:00
parent c87b3fd942
commit 1f4dde601e
+1 -1
View File
@@ -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