Skip to content

Commit

Permalink
Make the DOM renderer stable
Browse files Browse the repository at this point in the history
Also updated the list of features which are not supported now. Note
that this may be moved to an addon eventually, this can be part of a
major release rather than included in the comment.

Fixes #1671
  • Loading branch information
Tyriar committed Sep 9, 2018
1 parent f9717bc commit f204969
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,14 @@ declare module 'xterm' {
macOptionClickForcesSelection?: boolean;

/**
* (EXPERIMENTAL) The type of renderer to use, this allows using the
* fallback DOM renderer when canvas is too slow for the environment. The
* following features do not work when the DOM renderer is used:
* The type of renderer to use, this allows using the fallback DOM renderer
* when canvas is too slow for the environment. The following features do
* not work when the DOM renderer is used:
*
* - Links
* - Link underlines
* - Line height
* - Letter spacing
* - Cursor blink
* - Cursor style
*
* This option is marked as experiemental because it will eventually be
* moved to an addon. You can only set this option in the constructor (not
* setOption).
*/
rendererType?: RendererType;

Expand Down

0 comments on commit f204969

Please sign in to comment.