@xterm/headless 5.5.0-beta.5 → 5.5.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xterm/headless",
3
3
  "description": "A headless terminal component that runs in Node.js",
4
- "version": "5.5.0-beta.5",
4
+ "version": "5.5.0-beta.7",
5
5
  "main": "lib-headless/xterm-headless.js",
6
6
  "types": "typings/xterm-headless.d.ts",
7
7
  "repository": "https://github.com/xtermjs/xterm.js",
@@ -144,8 +144,14 @@ declare module '@xterm/headless' {
144
144
  * Whether to rescale glyphs horizontally that are a single cell wide but
145
145
  * have glyphs that would overlap following cell(s). This typically happens
146
146
  * for ambiguous width characters (eg. the roman numeral characters U+2160+)
147
- * which aren't featured in monospace fonts. Emoji glyphs are never
148
- * rescaled. This is an important feature for achieving GB18030 compliance.
147
+ * which aren't featured in monospace fonts. This is an important feature
148
+ * for achieving GB18030 compliance.
149
+ *
150
+ * The following glyphs will never be rescaled:
151
+ *
152
+ * - Emoji glyphs
153
+ * - Powerline glyphs
154
+ * - Nerd font glyphs
149
155
  *
150
156
  * Note that this doesn't work with the DOM renderer. The default is false.
151
157
  */