Add example back

This commit is contained in:
Simon Lamon
2022-08-05 16:56:54 +00:00
parent a1385f589b
commit 6e123e90ee
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -544,6 +544,10 @@ declare module 'xterm-headless' {
/**
* Gets or sets the terminal options. This supports setting multiple options.
*
* @example Set a single option
* ```typescript
* terminal.options.fontSize = 12;
* ```
*
* @example Set multiple options
* ```typescript
+4
View File
@@ -706,6 +706,10 @@ declare module 'xterm' {
/**
* Gets or sets the terminal options. This supports setting multiple options.
*
* @example Set a single option
* ```typescript
* terminal.options.fontSize = 12;
* ```
*
* @example Set multiple options
* ```typescript