Skip to content

Commit

Permalink
deprecate experimentalBufferLineImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Dec 4, 2018
1 parent 18902dd commit 6f4a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 6f4a6ef

Please sign in to comment.