mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge branch 'master' into chore/lint-using-putout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xterm-addon-serialize",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xterm-addon-webgl",
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "xterm",
|
||||
"description": "Full xterm terminal, in your browser",
|
||||
"version": "4.14.1",
|
||||
"version": "4.15.0",
|
||||
"main": "lib/xterm.js",
|
||||
"style": "css/xterm.css",
|
||||
"types": "typings/xterm.d.ts",
|
||||
|
||||
Vendored
+3
-1
@@ -1371,7 +1371,9 @@ declare module 'xterm' {
|
||||
|
||||
/**
|
||||
* The length of the line, all call to getCell beyond the length will result
|
||||
* in `undefined`.
|
||||
* in `undefined`. Note that this may exceed columns as the line array may
|
||||
* not be trimmed after a resize, compare against {@link Terminal.cols} to
|
||||
* get the actual maximum length of a line.
|
||||
*/
|
||||
readonly length: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user