mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Bump version to 2.8.1
Signed-off-by: Paris Kasidiaris <paris@sourcelair.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xterm.js",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"ignore": ["demo", "test", ".gitignore"],
|
||||
"main": [
|
||||
"dist/xterm.js",
|
||||
|
||||
Vendored
+3
@@ -430,6 +430,9 @@ var InputHandler = (function () {
|
||||
this._terminal.y--;
|
||||
this._terminal.scroll(true);
|
||||
}
|
||||
else {
|
||||
this._terminal.lines.get(this._terminal.y).isWrapped = true;
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (ch_width === 2)
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+10701
-4387
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "xterm",
|
||||
"description": "Full xterm terminal, in your browser",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"ignore": [
|
||||
"demo",
|
||||
"test",
|
||||
|
||||
Reference in New Issue
Block a user