@xterm/headless 5.6.0-beta.70 → 5.6.0-beta.71
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.6.0-beta.
|
|
4
|
+
"version": "5.6.0-beta.71",
|
|
5
5
|
"main": "lib-headless/xterm-headless.js",
|
|
6
6
|
"module": "lib/xterm.mjs",
|
|
7
7
|
"types": "typings/xterm-headless.d.ts",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"webgl",
|
|
23
23
|
"xterm"
|
|
24
24
|
],
|
|
25
|
-
"commit": "
|
|
25
|
+
"commit": "5018a07f3c2e243740a9f2cdd55fe8d8ba9f5f63"
|
|
26
26
|
}
|
|
@@ -142,6 +142,13 @@ declare module '@xterm/headless' {
|
|
|
142
142
|
*/
|
|
143
143
|
minimumContrastRatio?: number;
|
|
144
144
|
|
|
145
|
+
/**
|
|
146
|
+
* Whether to reflow the line containing the cursor when the terminal is
|
|
147
|
+
* resized. Defaults to false, because shells usually handle this
|
|
148
|
+
* themselves.
|
|
149
|
+
*/
|
|
150
|
+
reflowCursorLine?: boolean;
|
|
151
|
+
|
|
145
152
|
/**
|
|
146
153
|
* Whether to rescale glyphs horizontally that are a single cell wide but
|
|
147
154
|
* have glyphs that would overlap following cell(s). This typically happens
|