deprecate experimentalBufferLineImpl

This commit is contained in:
Jörg Breitbart
2018-12-04 20:33:12 +01:00
parent 18902dd789
commit 6f4a6ef308
+1 -1
View File
@@ -108,7 +108,7 @@ declare module 'xterm' {
* - 'TypedArray': The new experimental implementation based on TypedArrays that is expected to
* significantly boost performance and memory consumption. Use at your own risk.
*
* This option will be removed in the future.
* @deprecated This option will be removed in the future.
*/
experimentalBufferLineImpl?: 'JsArray' | 'TypedArray';